mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
luasocket: rename to lua51-luasocket
This commit is contained in:
parent
9e2e6ef292
commit
5aa22e5beb
5 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'luasocket'
|
# Template file for 'lua51-luasocket'
|
||||||
pkgname=luasocket
|
pkgname=lua51-luasocket
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=6
|
revision=7
|
||||||
|
wrksrc=luasocket-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="lua51-devel"
|
makedepends="lua51-devel"
|
||||||
depends="lua51"
|
depends="lua51"
|
||||||
|
@ -19,3 +20,9 @@ do_build() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
luasocket_package() {
|
||||||
|
depends="lua51-luasocket>=${version}_${revision}"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
|
build_style=meta
|
||||||
|
}
|
1
srcpkgs/luasocket
Symbolic link
1
srcpkgs/luasocket
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
lua51-luasocket
|
Loading…
Add table
Reference in a new issue