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

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


    Date: Sunday, June 2, 2013 @ 17:36:31
  Author: arodseth
Revision: 92188

Minor changes

Modified:
  pwgen/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 15:36:24 UTC (rev 92187)
+++ PKGBUILD	2013-06-02 15:36:31 UTC (rev 92188)
@@ -1,25 +1,31 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor : Tobias Powalowski <t.powa at gmx.de>
+# 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=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/"
+pkgrel=4
+pkgdesc='Pwgen is a small password generator which creates passwords which can be easily memorized by a human'
+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")
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+makedepends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
+sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
+
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list