milis/talimatname/genel/l/lua-alt-getopt/talimat

19 lines
477 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Getopt_long benzeri işlem seçenekleri için Lua modülü
2016-02-24 01:27:23 +01:00
# URL: http://luaforge.net/projects/alt-getopt/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: lua bmake
2017-04-04 09:45:20 +02:00
2017-10-28 14:10:23 +02:00
isim=lua-alt-getopt
surum=0.7.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(
http://mova.org/~cheusov/pub/lua_alt_getopt/lua-alt-getopt-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle(){
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
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
}