[arch-commits] Commit in (4 files)

Jan de Groot jgc at archlinux.org
Tue Sep 25 10:19:49 UTC 2012


    Date: Tuesday, September 25, 2012 @ 06:19:49
  Author: jgc
Revision: 167084

Add new package, required for gnome 3.6

Added:
  libpwquality/
  libpwquality/repos/
  libpwquality/trunk/
  libpwquality/trunk/PKGBUILD

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

Added: libpwquality/trunk/PKGBUILD
===================================================================
--- libpwquality/trunk/PKGBUILD	                        (rev 0)
+++ libpwquality/trunk/PKGBUILD	2012-09-25 10:19:49 UTC (rev 167084)
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libpwquality
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Library for password quality checking and generating random passwords"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/libpwquality/"
+license=('GPL')
+options=('!libtool')
+depends=('cracklib')
+optdepends=('python2: Python bindings')
+makedepends=('python2')
+source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
+md5sums=('8827419118064539db70090cbed5cb21')
+
+build() {
+    cd "$pkgname-$pkgver"
+    sed -i -e 's/python setup.py/python2 setup.py/' python/Makefile.in
+
+    PYTHON=python2 ./configure --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --disable-static
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list