# Tanım: Lua kütüphane yöneticisi
# URL: http://luarocks.org
# Paketçi: milisarge
# Gerekler: lua unzip
# Grup: geliştirme

isim=luarocks-53
surum=2.4.3
devir=1
kaynak=(http://luarocks.org/releases/luarocks-$surum.tar.gz)

derle() {
	cd luarocks-$surum

	./configure --prefix=/usr \
	--sysconfdir=/etc/luarocks \
	--with-lua-include=/usr/include/ \
	--lua-version=5.3 \
	--lua-suffix=5.3 \
	--versioned-rocks-dir
	make build
	make DESTDIR=$PKG install
    sed -i '/^LUAROCKS_UNAME_M/d' "$PKG"/usr/share/lua/5.3/luarocks/site_config.lua
}