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'
|
||||
pkgname=luasocket
|
||||
# Template file for 'lua51-luasocket'
|
||||
pkgname=lua51-luasocket
|
||||
version=2.0.2
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc=luasocket-${version}
|
||||
build_style=gnu-makefile
|
||||
makedepends="lua51-devel"
|
||||
depends="lua51"
|
||||
|
@ -19,3 +20,9 @@ do_build() {
|
|||
post_install() {
|
||||
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…
Reference in a new issue