summaryrefslogtreecommitdiff
path: root/community/libnatpmp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/libnatpmp
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/libnatpmp')
-rw-r--r--community/libnatpmp/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/libnatpmp/PKGBUILD b/community/libnatpmp/PKGBUILD
index e82261a32..89e5e3967 100644
--- a/community/libnatpmp/PKGBUILD
+++ b/community/libnatpmp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 107318 2014-03-17 02:18:37Z anatolik $
+# $Id: PKGBUILD 109133 2014-04-10 15:59:00Z anatolik $
# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
# Contributor: Gustavo Alvarez <s1pkn07@gmail.com>
# Contributor: Kristjan Reinloo <mail at kreinloo dot net>
# Contributor: Pierre Bourdon <delroth@gmail.com>
pkgname=libnatpmp
-pkgver=20131126
+pkgver=20140401
pkgrel=1
pkgdesc='A portable and fully compliant implementation of the NAT-PMP protocol'
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ url='http://miniupnp.free.fr/libnatpmp.html'
license=(BSD)
depends=(glibc)
source=(http://miniupnp.tuxfamily.org/files/libnatpmp-$pkgver.tar.gz)
-sha1sums=('604a620fa38e0681d4822400156db2daaee954d1')
+sha1sums=('e9511edecb9a75dbe8c9ed39c0469a18dc7e950b')
prepare() {
sed -e 's/CFLAGS = /CFLAGS += /' -i $pkgname-$pkgver/Makefile
@@ -28,4 +28,5 @@ package() {
cd $pkgname-$pkgver
make INSTALLPREFIX="$pkgdir/usr" INSTALLDIRINC="$pkgdir/usr/include" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 natpmpc.1 "$pkgdir/usr/share/man/man1/natpmpc.1"
}