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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Jun 2 15:55:52 UTC 2013


    Date: Sunday, June 2, 2013 @ 17:55:52
  Author: arodseth
Revision: 92192

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 -----------------
 community-x86_64/PKGBUILD |   25 -----------------
 3 files changed, 62 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-02 15:55:40 UTC (rev 92191)
+++ community-i686/PKGBUILD	2013-06-02 15:55:52 UTC (rev 92192)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: pwgen/repos/community-i686/PKGBUILD (from rev 92191, pwgen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-02 15:55:52 UTC (rev 92192)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Tobias Powalowski <t.powa at gmx.de>
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=4
+pkgdesc='Password generator for creating easily memorable passwords'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/pwgen/'
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
+sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-02 15:55:40 UTC (rev 92191)
+++ community-x86_64/PKGBUILD	2013-06-02 15:55:52 UTC (rev 92192)
@@ -1,25 +0,0 @@
-# $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
-}

Copied: pwgen/repos/community-x86_64/PKGBUILD (from rev 92191, pwgen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-02 15:55:52 UTC (rev 92192)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Tobias Powalowski <t.powa at gmx.de>
+
+pkgname=pwgen
+pkgver=2.06
+pkgrel=4
+pkgdesc='Password generator for creating easily memorable passwords'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/pwgen/'
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
+sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  autoconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list