17 lines
418 B
Plaintext
17 lines
418 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
|
|||
|
|
|||
|
isim=lua-filesystem
|
|||
|
surum=1.6.3
|
|||
|
devir=1
|
|||
|
_surum=v_${version//./_}
|
|||
|
kaynak=(https://github.com/keplerproject/luafilesystem/archive/${_version}.tar.gz)
|
|||
|
|
|||
|
derle(){
|
|||
|
cd luafilesystem-${_version}
|
|||
|
make
|
|||
|
make PREFIX=$PKG/usr LUA_LIBDIR=$PKG/lib/lua/5.2 install
|
|||
|
}
|