[arch-commits] Commit in p11-kit/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Sep 23 17:17:25 UTC 2015


    Date: Wednesday, September 23, 2015 @ 19:17:25
  Author: foutrelis
Revision: 247164

upgpkg: p11-kit 0.23.1-3

Enable generation of man pages (FS#42242).

Modified:
  p11-kit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-23 17:06:29 UTC (rev 247163)
+++ PKGBUILD	2015-09-23 17:17:25 UTC (rev 247164)
@@ -3,12 +3,13 @@
 
 pkgname=p11-kit
 pkgver=0.23.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to work with PKCS#11 modules"
 arch=(i686 x86_64)
 url="http://p11-glue.freedesktop.org"
 license=('BSD')
 depends=('glibc' 'libtasn1' 'libffi')
+makedepends=('gtk-doc')
 source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}
         libnssckbi-compat.patch)
 md5sums=('96f073270c489c9a594e1c9413f42db8'
@@ -30,7 +31,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-doc \
     --with-module-path=/usr/lib/pkcs11 \
     --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make



More information about the arch-commits mailing list