milis/talimatname/genel/lua-filesystem/talimat

17 lines
431 B
Plaintext
Raw Normal View History

2017-04-04 09:46:57 +02:00
# Description: 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-04-04 09:46:57 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: lua
2017-04-04 09:46:57 +02:00
2016-02-24 01:27:23 +01:00
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
}