summaryrefslogtreecommitdiff
path: root/community/herqq/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/herqq/PKGBUILD')
-rw-r--r--community/herqq/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/herqq/PKGBUILD b/community/herqq/PKGBUILD
index 9728f46c3..a12248c2c 100644
--- a/community/herqq/PKGBUILD
+++ b/community/herqq/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 85358 2013-03-01 10:33:17Z andrea $
+# $Id: PKGBUILD 114804 2014-07-04 06:57:52Z fyan $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=herqq
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Software library for building UPnP devices (HUPnP)'
arch=('x86_64' 'i686')
-url='http://www.herqq.org/'
+url='http://hupnp.linada.fi/index.html'
license=('GPL')
depends=('qt4')
source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- qmake PREFIX=/usr
+ cd $pkgname-$pkgver
+ qmake-qt4 PREFIX=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make INSTALL_ROOT="$pkgdir" install
}