19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
|
# Tanım: Getopt_long benzeri işlem seçenekleri için Lua modülü
|
|||
|
# URL: http://luaforge.net/projects/alt-getopt/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: lua bmake
|
|||
|
|
|||
|
isim=lua-alt-getopt
|
|||
|
surum=0.7.0
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(
|
|||
|
http://mova.org/~cheusov/pub/lua_alt_getopt/lua-alt-getopt-$surum.tar.gz)
|
|||
|
|
|||
|
derle(){
|
|||
|
cd $isim-$surum
|
|||
|
bmake LUAVER=5.2 PREFIX=/usr
|
|||
|
install -Dm755 alt_getopt $PKG/usr/bin/alt_getopt
|
|||
|
install -Dm664 alt_getopt.lua $PKG/usr/share/lua/5.2/alt_getopt.lua
|
|||
|
}
|