[arch-commits] Commit in gssdp/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:31:42 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:31:41
Author: ibiru
Revision: 138962
db-move: moved gssdp from [gnome-unstable] to [testing] (x86_64)
Added:
gssdp/repos/testing-x86_64/
gssdp/repos/testing-x86_64/PKGBUILD
(from rev 138832, gssdp/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
gssdp/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: gssdp/repos/testing-x86_64/PKGBUILD (from rev 138832, gssdp/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:31:41 UTC (rev 138962)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gssdp
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement over SSDP"
+arch=('i686' 'x86_64')
+url="http://gupnp.org/"
+license=('LGPL')
+depends=('libsoup')
+makedepends=('gobject-introspection' 'gtk2' 'gtk-doc')
+optdepends=('gtk2: gssdp-device-sniffer')
+options=('!libtool')
+source=(http://gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz)
+sha256sums=('94de92bb4f7906ed2f047b0146a3b21d53d09908fe1f0149484f61c6afc598ea')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list