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

20 lines
497 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# Grup: geliştirme
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
}