mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
luafilesystem: make this build again.
This commit is contained in:
parent
f9f80b2031
commit
bf5119d765
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=luafilesystem
|
pkgname=luafilesystem
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
makedepends="lua51-devel"
|
makedepends="lua51-devel"
|
||||||
short_desc="File System Library for the Lua Programming Language"
|
short_desc="File System Library for the Lua Programming Language"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -17,6 +16,10 @@ long_desc="
|
||||||
LuaFileSystem offers a portable way to access the underlying directory
|
LuaFileSystem offers a portable way to access the underlying directory
|
||||||
structure and file attributes."
|
structure and file attributes."
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs} CC="$CC" LUA_INC=/usr/include/lua5.1
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue