[arch-commits] CVS update of extra/system/makepasswd (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Apr 29 19:07:28 UTC 2007


    Date: Sunday, April 29, 2007 @ 15:07:28
  Author: travis
    Path: /home/cvs-extra/extra/system/makepasswd

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: makepasswd 1.10-1
Change to the makepasswd debian's using - sources are still available and this one seems more uptodate while doing the same thing as the old version.


----------+
 PKGBUILD |   30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)


Index: extra/system/makepasswd/PKGBUILD
diff -u extra/system/makepasswd/PKGBUILD:1.7 extra/system/makepasswd/PKGBUILD:1.8
--- extra/system/makepasswd/PKGBUILD:1.7	Sun May 28 03:24:21 2006
+++ extra/system/makepasswd/PKGBUILD	Sun Apr 29 15:07:28 2007
@@ -1,22 +1,26 @@
-# $Id: PKGBUILD,v 1.7 2006/05/28 07:24:21 ganja_guru Exp $
-# Maintainer: eric <eric at archlinux.org>
+# $Id: PKGBUILD,v 1.8 2007/04/29 19:07:28 travis Exp $
+# Maintainer: Travis Willard <travisw at wmpub.ca> 
 # Contributor: Manolis Tzanidakis
-#
 
 pkgname=makepasswd
-pkgver=0.4.2
+pkgver=1.10
 pkgrel=1
-pkgdesc="A (pseudo-)random password generator."
-arch=(i686 x86_64)
-url="http://www.defora.org/index.php?page=projects&project=makepasswd"
+pkgdesc="Generates true random passwords with the emphasis on security over pronounceability."
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/stable/admin/makepasswd.html"
+license=('GPL')
 depends=('glibc')
-source=(http://www.defora.org/projects/makepasswd/files/$pkgname-$pkgver.tar.gz)
-md5sums=('ef95058753742d25f070628166d84815')
+makedepends=('gzip')
+source=(http://www.archlinux.org/~travis/${pkgname}_${pkgver}.orig.tar.gz)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  /bin/sed -i "s:-g -Wall -ansi:${CFLAGS} -g -Wall -ansi:" src/Makefile
-  /usr/bin/make || return 1
-  /usr/bin/make PREFIX=$startdir/pkg/usr install
+
+  install -Dm0755 makepasswd $startdir/pkg/usr/bin/makepasswd
+  gzip makepasswd.1
+  install -Dm0644 makepasswd.1.gz $startdir/pkg/usr/man/man1/makepasswd.1.gz
+
 }
-# vim:ts=2:ft=sh
+
+md5sums=('55842bb4c064ebcdedffb4afd5f0945a')
+sha1sums=('392104d50f0d7e3362ceac5d00f6071bb1767266')




More information about the arch-commits mailing list