[arch-commits] Commit in herqq/repos (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Feb 19 21:56:50 UTC 2013


    Date: Tuesday, February 19, 2013 @ 22:56:50
  Author: arodseth
Revision: 84561

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  herqq/repos/community-staging-i686/
  herqq/repos/community-staging-i686/PKGBUILD
    (from rev 84560, herqq/trunk/PKGBUILD)
  herqq/repos/community-staging-x86_64/
  herqq/repos/community-staging-x86_64/PKGBUILD
    (from rev 84560, herqq/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: herqq/repos/community-staging-i686/PKGBUILD (from rev 84560, herqq/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-19 21:56:50 UTC (rev 84561)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at 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:

Copied: herqq/repos/community-staging-x86_64/PKGBUILD (from rev 84560, herqq/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-19 21:56:50 UTC (rev 84561)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at 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:




More information about the arch-commits mailing list