luasocket: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-29 11:51:33 +01:00 committed by maxice8
parent 57b9af4a6a
commit eaf7ac0f8a
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,7 +1,7 @@
# Template file for 'luasocket'
pkgname=luasocket
version=2.0.2
revision=5
revision=6
build_style=gnu-makefile
makedepends="lua51-devel"
depends="lua51"
@ -9,9 +9,13 @@ short_desc="Network support for the Lua language "
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://w3.impa.br/~diego/software/luasocket/"
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-$version.tar.gz"
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-${version}.tar.gz"
checksum=4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6
do_build() {
make CC=$CC LD=$CC LUAINC=-I${XBPS_CROSS_BASE}/usr/include/lua5.1 ${makejobs}
}
post_install() {
vlicense LICENSE
}