summaryrefslogtreecommitdiff
path: root/social/libnatpmp
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-22 00:42:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:21:31 -0500
commit8461d2ac3e9abbe1254ab7d2518d6ae1662d7030 (patch)
tree26817a3f00c6551bed100ae07fb1acaef691bce5 /social/libnatpmp
parent2798b055cbeeb2580b2677e5c223fca7654e1103 (diff)
handle duplicates between social and pcr
Diffstat (limited to 'social/libnatpmp')
-rw-r--r--social/libnatpmp/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/social/libnatpmp/PKGBUILD b/social/libnatpmp/PKGBUILD
deleted file mode 100644
index ded1e6ca5..000000000
--- a/social/libnatpmp/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Bourdon <delroth@gmail.com>
-
-pkgname=libnatpmp
-pkgver=20120821
-pkgrel=1
-pkgdesc="A portable and fully compliant implementation of the NAT-PMP protocol"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://miniupnp.free.fr/libnatpmp.html"
-license=('BSD')
-depends=('glibc')
-makedepends=()
-source=(libnatpmp-$pkgver.tar.gz::http://miniupnp.free.fr/files/download.php?file=libnatpmp-$pkgver.tar.gz)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make INSTALLPREFIX="$pkgdir/usr" \
- INSTALLDIRINC="$pkgdir/usr/include/libnatpmp" install
-
- # Needed by some packages
- install -m 644 getgateway.h declspec.h "$pkgdir/usr/include/libnatpmp"
-
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-md5sums=('d2b9c2dedba3a00deb0e7589982ceced')