void-packages/srcpkgs/luafilesystem/template

27 lines
880 B
Text
Raw Normal View History

2012-02-22 19:04:29 +00:00
# Template file for 'luafilesystem'
pkgname=luafilesystem
2013-08-19 06:29:51 +00:00
version=1.6.2
2013-10-10 09:53:32 +00:00
revision=2
makedepends="lua51-devel"
depends="lua51"
2012-02-22 19:04:29 +00:00
short_desc="File System Library for the Lua Programming Language"
maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT"
homepage="http://keplerproject.github.com/luafilesystem"
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
2013-08-19 06:29:51 +00:00
checksum=4ad16df9958314662a459fec848d233d59313ef4992808a290053c1614532018
2012-02-22 19:04:29 +00:00
long_desc="
LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes."
2013-10-10 10:00:19 +00:00
do_build() {
2013-10-10 10:02:43 +00:00
make ${makejobs} CC="$CC" LUA_INC=${XBPS_CROSS_BASE}/usr/include/lua5.1
2013-10-10 10:00:19 +00:00
}
do_install() {
make PREFIX=${DESTDIR}/usr install
2012-02-22 19:04:29 +00:00
}