milis/talimatname/genel/m/miniupnpc/talimat

18 lines
360 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: Internet Ağ Geçidi Aygıtlarına erişmek için küçük bir UPnP istemci kitaplığı/aracı
# URL: http://miniupnp.free.fr
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane ağ
isim=miniupnpc
surum=1.9
devir=1
kaynak=(http://miniupnp.free.fr/files/$isim-$surum.tar.gz)
derle() {
cd $SRC/$isim-$surum
make
make DESTDIR=$PKG install
}