[arch-commits] Commit in (gupnp-tools gupnp-tools/trunk gupnp-tools/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jul 12 21:15:58 UTC 2017


    Date: Wednesday, July 12, 2017 @ 21:15:58
  Author: bgyorgy
Revision: 244846

Move gupnp-tools from AUR with 23 votes

Added:
  gupnp-tools/
  gupnp-tools/trunk/
  gupnp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: gupnp-tools/trunk/PKGBUILD
===================================================================
--- gupnp-tools/trunk/PKGBUILD	                        (rev 0)
+++ gupnp-tools/trunk/PKGBUILD	2017-07-12 21:15:58 UTC (rev 244846)
@@ -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
+}


Property changes on: gupnp-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list