1 # Maintainer: Pierre Bourdon <delroth@gmail.com>
6 pkgdesc="A portable and fully compliant implementation of the NAT-PMP protocol"
8 url="http://miniupnp.free.fr/libnatpmp.html"
12 source=(http://miniupnp.free.fr/files/download.php?file=libnatpmp-$pkgver.tar.gz)
15 cd "$srcdir/$pkgname-$pkgver"
20 cd "$srcdir/$pkgname-$pkgver"
21 make INSTALLPREFIX="$pkgdir/usr" \
22 INSTALLDIRINC="$pkgdir/usr/include/libnatpmp" install
24 # Needed by some packages
25 install -m 644 getgateway.h declspec.h "$pkgdir/usr/include/libnatpmp"
27 md5sums=('22a1225b890471a7750a9bf26eb863f7')