# Description: Lua Programlama Dili için Dosya Sistemi Kütüphanesi
# URL: http://www.keplerproject.org/luafilesystem/
# Packager: milisarge
# Depends on: 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
}
