summaryrefslogtreecommitdiff
path: root/community/herqq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/herqq
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/herqq')
-rw-r--r--community/herqq/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/herqq/PKGBUILD b/community/herqq/PKGBUILD
deleted file mode 100644
index 9728f46c3..000000000
--- a/community/herqq/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 85358 2013-03-01 10:33:17Z andrea $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=herqq
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Software library for building UPnP devices (HUPnP)'
-arch=('x86_64' 'i686')
-url='http://www.herqq.org/'
-license=('GPL')
-depends=('qt4')
-source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
-sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- qmake PREFIX=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: