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-20110618.tar.gz')
13 sha256sums=('ec4028729e0e9da09badde9986fe6b43ef67914d8382144fad07d4e905983ea1')
16 cd "$srcdir/$pkgname-$pkgver"
21 cd "$srcdir/$pkgname-$pkgver"
22 make INSTALLPREFIX="$pkgdir/usr" \
23 INSTALLDIRINC="$pkgdir/usr/include/libnatpmp" install
25 # Needed by some packages
26 install -m 644 getgateway.h declspec.h "$pkgdir/usr/include/libnatpmp"