milis/talimatname/genel/miniupnpc/talimat

17 lines
351 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.

# Description: Internet Ağ Geçidi Aygıtlarına erişmek için küçük bir UPnP istemci kitaplığı/aracı
# URL: http://miniupnp.free.fr
# Packager: milisarge
# Depends on:
name=miniupnpc
version=1.9
release=1
source=(http://miniupnp.free.fr/files/$name-$version.tar.gz)
build() {
cd $SRC/$name-$version
make
make DESTDIR=$PKG install
}