milis/talimatname/genel/l/libnatpmp/talimat

21 lines
532 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: NAT-PMP protokolunun uygulanması
# URL: http://miniupnp.free.fr/libnatpmp.html
# Paketçi: milisarge
# Gerekler:
# Grup: ağ
isim=libnatpmp
surum=20150609
devir=1
kaynak=(http://miniupnp.tuxfamily.org/files/libnatpmp-20150609.tar.gz
)
derle() {
cd $isim-$surum
sed -e 's/CFLAGS = /CFLAGS += /' -i Makefile
make
make INSTALLPREFIX="$PKG/usr" INSTALLDIRINC="$PKG/usr/include" install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
install -Dm644 natpmpc.1 "$PKG/usr/share/man/man1/natpmpc.1"
}