luasocket: rename to lua51-luasocket

This commit is contained in:
q66 2020-07-01 18:11:54 +02:00
parent 9e2e6ef292
commit 5aa22e5beb
5 changed files with 12 additions and 4 deletions

View file

@ -1,11 +1,12 @@
# 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"
short_desc="Network support for the Lua language "
short_desc="Network support for the Lua language"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://w3.impa.br/~diego/software/luasocket/"
@ -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
View file

@ -0,0 +1 @@
lua51-luasocket