17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
# Tanım: Lua Programlama Dili için Dosya Sistemi Kütüphanesi
|
||
# URL: http://www.keplerproject.org/luafilesystem/
|
||
# Paketçi: milisarge
|
||
# Gerekler: lua
|
||
|
||
name=lua-filesystem
|
||
version=1.6.3
|
||
release=1
|
||
_version=v_${version//./_}
|
||
source=(https://github.com/keplerproject/luafilesystem/archive/${_version}.tar.gz)
|
||
|
||
build(){
|
||
cd luafilesystem-${_version}
|
||
make
|
||
make PREFIX=$PKG/usr LUA_LIBDIR=$PKG/lib/lua/5.2 install
|
||
}
|