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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 01:04:08 UTC 2015


    Date: Monday, December 7, 2015 @ 02:04:08
  Author: foutrelis
Revision: 149448

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 149447, herqq/trunk/PKGBUILD)
  herqq/repos/community-staging-x86_64/
  herqq/repos/community-staging-x86_64/PKGBUILD
    (from rev 149447, 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 149447, herqq/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 01:04:08 UTC (rev 149448)
@@ -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=4
+pkgdesc='Software library for building UPnP devices (HUPnP)'
+arch=('x86_64' 'i686')
+url='http://hupnp.linada.fi/index.html'
+license=('GPL')
+depends=('qt4')
+source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
+sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: herqq/repos/community-staging-x86_64/PKGBUILD (from rev 149447, herqq/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 01:04:08 UTC (rev 149448)
@@ -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=4
+pkgdesc='Software library for building UPnP devices (HUPnP)'
+arch=('x86_64' 'i686')
+url='http://hupnp.linada.fi/index.html'
+license=('GPL')
+depends=('qt4')
+source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
+sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list