Date: Wednesday, July 12, 2017 @ 21:20:48
  Author: bgyorgy
Revision: 244847

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

Added:
  gupnp-tools/repos/
  gupnp-tools/repos/community-i686/
  gupnp-tools/repos/community-i686/PKGBUILD
    (from rev 244846, gupnp-tools/trunk/PKGBUILD)
  gupnp-tools/repos/community-x86_64/
  gupnp-tools/repos/community-x86_64/PKGBUILD
    (from rev 244846, gupnp-tools/trunk/PKGBUILD)

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

Copied: gupnp-tools/repos/community-i686/PKGBUILD (from rev 244846, 
gupnp-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2017-07-12 21:20:48 UTC (rev 244847)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.8.13
+pkgrel=3
+pkgdesc="Utilities and demos to work with UPnP"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/Projects/GUPnP";
+license=('GPL')
+depends=('gtksourceview3' 'gupnp-av')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('aa3decb9d532c0e2e505adc592f431fd81c0231ded2981129e87da13712479ed')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Copied: gupnp-tools/repos/community-x86_64/PKGBUILD (from rev 244846, 
gupnp-tools/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2017-07-12 21:20:48 UTC (rev 244847)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.8.13
+pkgrel=3
+pkgdesc="Utilities and demos to work with UPnP"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/Projects/GUPnP";
+license=('GPL')
+depends=('gtksourceview3' 'gupnp-av')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('aa3decb9d532c0e2e505adc592f431fd81c0231ded2981129e87da13712479ed')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to