milis/talimatname/genel/l/lua-filesystem/talimat

17 lines
418 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Lua Programlama Dili için Dosya Sistemi Kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://www.keplerproject.org/luafilesystem/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: lua
2017-04-04 09:46:57 +02:00
2017-10-28 14:10:23 +02:00
isim=lua-filesystem
surum=1.6.3
devir=1
_surum=v_${version//./_}
kaynak=(https://github.com/keplerproject/luafilesystem/archive/${_version}.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2016-02-24 01:27:23 +01:00
cd luafilesystem-${_version}
make
make PREFIX=$PKG/usr LUA_LIBDIR=$PKG/lib/lua/5.2 install
}