From 35ace73bde156892f49cb5adb0e4c3fc4e30df9b Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 25 Jul 2017 02:54:44 +0300 Subject: [PATCH] libnatpmp.paketlendi --- talimatname/genel/libnatpmp/talimat | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talimatname/genel/libnatpmp/talimat diff --git a/talimatname/genel/libnatpmp/talimat b/talimatname/genel/libnatpmp/talimat new file mode 100644 index 000000000..f414dc088 --- /dev/null +++ b/talimatname/genel/libnatpmp/talimat @@ -0,0 +1,19 @@ +# Description: NAT-PMP protokolunun uygulanması +# URL: http://miniupnp.free.fr/libnatpmp.html +# Packager: milisarge +# Depends on: + +name=libnatpmp +version=20150609 +release=1 +source=(http://miniupnp.tuxfamily.org/files/libnatpmp-20150609.tar.gz +) + +build() { +cd $name-$version + sed -e 's/CFLAGS = /CFLAGS += /' -i Makefile + make + make INSTALLPREFIX="$PKG/usr" INSTALLDIRINC="$PKG/usr/include" install + install -Dm644 LICENSE "$PKG/usr/share/licenses/$name/LICENSE" + install -Dm644 natpmpc.1 "$PKG/usr/share/man/man1/natpmpc.1" +}