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

Andreas Radke andyrtr at archlinux.org
Mon Feb 23 18:53:37 UTC 2015


    Date: Monday, February 23, 2015 @ 19:53:37
  Author: andyrtr
Revision: 231830

enable guile bindings; FS#43922

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-23 18:34:56 UTC (rev 231829)
+++ PKGBUILD	2015-02-23 18:53:37 UTC (rev 231830)
@@ -12,6 +12,7 @@
 install=gnutls.install
 options=('!zipman')
 depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
 source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('a37b20b4352a5f542367ded904729c90'
          'SKIP')
@@ -25,7 +26,7 @@
   ./configure --prefix=/usr \
 	--with-zlib \
 	--disable-static \
-	--disable-guile
+	--enable-guile
   make
 }
 
@@ -38,7 +39,7 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  # lots of .png files are put into infodir and are gzipped by makepkg! this may need to be fixed by using !zipman
+  # lots of .png files are put into infodir and are gzipped by makepkg! this needs to be fixed by using !zipman
   # gzip -9 all files in infodir and manpages manually
   find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
   find "$pkgdir/usr/share/man" -exec gzip -9 {} \;



More information about the arch-commits mailing list