[arch-commits] Commit in p11-kit/repos (4 files)

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 16 19:43:49 UTC 2013


    Date: Monday, September 16, 2013 @ 21:43:48
  Author: jgc
Revision: 194489

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  p11-kit/repos/gnome-unstable-i686/
  p11-kit/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194488, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/gnome-unstable-x86_64/
  p11-kit/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194488, p11-kit/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: p11-kit/repos/gnome-unstable-i686/PKGBUILD (from rev 194488, p11-kit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-16 19:43:48 UTC (rev 194489)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=p11-kit
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="Library to work with PKCS#11 modules"
+arch=(i686 x86_64)
+url="http://p11-glue.freedesktop.org"
+license=('BSD')
+depends=('glibc' 'libtasn1' 'libffi')
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('88c651137f76a167336639371eafd8cc'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --with-module-path=/usr/lib/pkcs11
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194488, p11-kit/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-16 19:43:48 UTC (rev 194489)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=p11-kit
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="Library to work with PKCS#11 modules"
+arch=(i686 x86_64)
+url="http://p11-glue.freedesktop.org"
+license=('BSD')
+depends=('glibc' 'libtasn1' 'libffi')
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('88c651137f76a167336639371eafd8cc'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --with-module-path=/usr/lib/pkcs11
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list