[arch-commits] Commit in (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 18:39:32 UTC 2014


    Date: Thursday, January 16, 2014 @ 19:39:32
  Author: flexiondotorg
Revision: 104266

Added system-tools-backends

Added:
  system-tools-backends/
  system-tools-backends/repos/
  system-tools-backends/trunk/
  system-tools-backends/trunk/PKGBUILD

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

Added: system-tools-backends/trunk/PKGBUILD
===================================================================
--- system-tools-backends/trunk/PKGBUILD	                        (rev 0)
+++ system-tools-backends/trunk/PKGBUILD	2014-01-16 18:39:32 UTC (rev 104266)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=4
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-dbus-sys=/etc/dbus-1/system.d \
+        --localstatedir=/var \
+        --mandir=/usr/share \
+        --sbindir=/usr/bin \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    #clean up man
+    rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}


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



More information about the arch-commits mailing list