luasocket: rebuild for metadata
This commit is contained in:
parent
57b9af4a6a
commit
eaf7ac0f8a
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue