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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:18:20 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:18:20
  Author: pierre
Revision: 83154

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

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

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: herqq/repos/community-i686/PKGBUILD (from rev 83153, herqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:18:20 UTC (rev 83154)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=herqq
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A software library for building UPnP devices (HUPnP)"
+arch=('i686' 'x86_64')
+url="http://www.herqq.org/"
+license=('GPL')
+depends=('qt')
+source=("http://downloads.sourceforge.net/hupnp/${pkgname}-${pkgver}.zip")
+md5sums=('45a0632f7c7b64bc0fdab852d36c1e61')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: herqq/repos/community-x86_64/PKGBUILD (from rev 83153, herqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:18:20 UTC (rev 83154)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=herqq
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A software library for building UPnP devices (HUPnP)"
+arch=('i686' 'x86_64')
+url="http://www.herqq.org/"
+license=('GPL')
+depends=('qt')
+source=("http://downloads.sourceforge.net/hupnp/${pkgname}-${pkgver}.zip")
+md5sums=('45a0632f7c7b64bc0fdab852d36c1e61')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+}




More information about the arch-commits mailing list