void-packages/srcpkgs/luafilesystem/template

21 lines
609 B
Plaintext
Raw Normal View History

2012-02-22 20:04:29 +01:00
# Template file for 'luafilesystem'
pkgname=luafilesystem
2013-08-19 08:29:51 +02:00
version=1.6.2
revision=4
2013-10-10 11:53:32 +02:00
makedepends="lua51-devel"
depends="lua51"
2012-02-22 20:04:29 +01:00
short_desc="File System Library for the Lua Programming Language"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-22 20:04:29 +01:00
license="MIT"
homepage="http://keplerproject.github.com/luafilesystem"
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
2013-08-19 08:29:51 +02:00
checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018
2012-02-22 20:04:29 +01:00
2013-10-10 12:00:19 +02:00
do_build() {
2013-10-10 12:02:43 +02:00
make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1
2013-10-10 12:00:19 +02:00
}
do_install() {
make PREFIX=${DESTDIR}/usr install
2012-02-22 20:04:29 +01:00
}