Merge remote-tracking branch 'x/master'

* x/master:
  New package: luafilesystem-1.5.0.
This commit is contained in:
davehome 2012-02-22 12:48:35 -07:00
commit 079f6e2f00
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1 @@
libc.so.6

View File

@ -0,0 +1,24 @@
# Template file for 'luafilesystem'
pkgname=luafilesystem
version=1.5.0
homepage="http://keplerproject.github.com/luafilesystem"
distfiles="https://github.com/downloads/keplerproject/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-makefile
make_install_args="PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr"
short_desc="File System Library for the Lua Programming Language"
maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT"
checksum=00f6e1dc1e1da7f0fa77e375f0a04908ec4241a4c5e8d98031614f4a4a50c7cb
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."
Add_dependency run lua
Add_dependency build lua-devel
post_install() {
vinstall tests/test.lua 755 usr/share/examples/${pkgname}
}