summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-28 23:08:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-28 23:08:46 -0500
commita2265820efc19bfa88b98c6e066faf5b5263bf85 (patch)
tree279d6d6c3fb29d99fe8e8e618e02b939138ddc61 /social
parentdd0ca4cf619119415c81395613929ede28021823 (diff)
Removing miniupnpc from social. Is in community
Diffstat (limited to 'social')
-rw-r--r--social/miniupnpc/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/social/miniupnpc/PKGBUILD b/social/miniupnpc/PKGBUILD
deleted file mode 100644
index a28b9842f..000000000
--- a/social/miniupnpc/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: Florian Loitsch <archlinux@florian.loitsch.com>
-pkgname=miniupnpc
-pkgver=1.7.20120830
-pkgrel=1
-pkgdesc='A small UPnP client library/tool to access Internet Gateway Devices'
-arch=('i686' 'x86_64' 'mips64el')
-url="http://miniupnp.free.fr"
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz")
-md5sums=('c74b24b906e11860005fc425b4979fe6')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make
-}
-
-package(){
- cd $srcdir/$pkgname-$pkgver
- make INSTALLPREFIX=$pkgdir/usr install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}