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

Pierre Schmitz pierre at archlinux.org
Wed Feb 8 20:11:44 UTC 2012


    Date: Wednesday, February 8, 2012 @ 15:11:44
  Author: pierre
Revision: 149610

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  pwgen/repos/extra-i686/PKGBUILD
    (from rev 149609, pwgen/trunk/PKGBUILD)
  pwgen/repos/extra-x86_64/PKGBUILD
    (from rev 149609, pwgen/trunk/PKGBUILD)
Deleted:
  pwgen/repos/extra-i686/PKGBUILD
  pwgen/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   46 +++++++++++++++++++++++++---------------------
 extra-x86_64/PKGBUILD |   46 +++++++++++++++++++++++++---------------------
 2 files changed, 50 insertions(+), 42 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-08 20:11:08 UTC (rev 149609)
+++ extra-i686/PKGBUILD	2012-02-08 20:11:44 UTC (rev 149610)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor : Tobias Powalowski <t.powa at gmx.de>
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=2
-pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/pwgen/"
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz)
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: pwgen/repos/extra-i686/PKGBUILD (from rev 149609, pwgen/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-08 20:11:44 UTC (rev 149610)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor : Tobias Powalowski <t.powa at gmx.de>
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=3
+pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/pwgen/"
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz")
+md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-08 20:11:08 UTC (rev 149609)
+++ extra-x86_64/PKGBUILD	2012-02-08 20:11:44 UTC (rev 149610)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor : Tobias Powalowski <t.powa at gmx.de>
-
-pkgname=pwgen
-pkgver=2.06
-pkgrel=2
-pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/pwgen/"
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz)
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: pwgen/repos/extra-x86_64/PKGBUILD (from rev 149609, pwgen/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-08 20:11:44 UTC (rev 149610)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor : Tobias Powalowski <t.powa at gmx.de>
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=3
+pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/pwgen/"
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz")
+md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list