[arch-commits] Commit in libmatekeyring/repos (2 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Jan 15 14:00:05 UTC 2014


    Date: Wednesday, January 15, 2014 @ 15:00:05
  Author: flexiondotorg
Revision: 104093

archrelease: copy trunk to community-x86_64

Added:
  libmatekeyring/repos/community-x86_64/
  libmatekeyring/repos/community-x86_64/PKGBUILD
    (from rev 104092, libmatekeyring/trunk/PKGBUILD)

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

Copied: libmatekeyring/repos/community-x86_64/PKGBUILD (from rev 104092, libmatekeyring/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-15 14:00:05 UTC (rev 104093)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=libmatekeyring
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="MATE keyring client library"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2' 'libgcrypt')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('ad6a5d029506348094e0147a9be9cc4555ed87a4')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/mate-keyring \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list