[arch-commits] Commit in lib32-cracklib (3 files)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 11 15:22:32 UTC 2015


    Date: Sunday, October 11, 2015 @ 17:22:32
  Author: alucryd
Revision: 143653

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-cracklib/repos/
  lib32-cracklib/repos/multilib-x86_64/
  lib32-cracklib/repos/multilib-x86_64/PKGBUILD
    (from rev 143652, lib32-cracklib/trunk/PKGBUILD)

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

Copied: lib32-cracklib/repos/multilib-x86_64/PKGBUILD (from rev 143652, lib32-cracklib/trunk/PKGBUILD)
===================================================================
--- repos/multilib-x86_64/PKGBUILD	                        (rev 0)
+++ repos/multilib-x86_64/PKGBUILD	2015-10-11 15:22:32 UTC (rev 143653)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: jtts <jussaar at mbnet.fi>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Federico Quagliata <quaqo at despammed.com>
+
+pkgname=lib32-cracklib
+pkgver=2.9.4
+pkgrel=1
+pkgdesc='Password Checking Library'
+arch=('x86_64')
+url='http://sourceforge.net/projects/cracklib'
+license=('GPL')
+depends=('cracklib' 'lib32-zlib')
+makedepends=('gcc-multilib')
+source=("http://downloads.sourceforge.net/sourceforge/cracklib/cracklib-${pkgver}.tar.gz")
+sha256sums=('f2a866b4b9808344228ea6d68b69e3ba9a8a99210e23dfd718d4b95c60be8958')
+
+build() {
+  cd cracklib-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --sbindir='/usr/bin' \
+    --without-python
+  make
+}
+
+package() {
+  cd cracklib-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,bin,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list