[arch-commits] Commit in makepasswd/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 17:15:45 UTC 2013


    Date: Thursday, May 30, 2013 @ 19:15:45
  Author: seblu
Revision: 91979

archrelease: copy trunk to community-any

Added:
  makepasswd/repos/community-any/PKGBUILD
    (from rev 91978, makepasswd/trunk/PKGBUILD)
Deleted:
  makepasswd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 17:15:39 UTC (rev 91978)
+++ PKGBUILD	2013-05-30 17:15:45 UTC (rev 91979)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca>
-# Contributor: Manolis Tzanidakis
-
-pkgname=makepasswd
-pkgver=1.10_8
-pkgrel=1
-pkgdesc='Generates true random passwords with the emphasis on security over pronounceability (Debian version)'
-arch=('any')
-url='http://packages.qa.debian.org/m/makepasswd.html'
-license=('GPL2')
-depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
-source=("http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz"
-        "http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz")
-md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
-         '85b7dfb06237dac85e2a745ede4822c0')
-
-package() {
-  cd $pkgname-${pkgver%_*}
-  patch -p 1 -i "$srcdir/${pkgname}_${pkgver//_/-}.diff"
-  install -D -m0755 makepasswd "$pkgdir/usr/bin/makepasswd"
-  install -D -m0644 makepasswd.1 "$pkgdir/usr/share/man/man1/makepasswd.1"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: makepasswd/repos/community-any/PKGBUILD (from rev 91978, makepasswd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-30 17:15:45 UTC (rev 91979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Manolis Tzanidakis
+
+pkgname=makepasswd
+pkgver=1.10_9
+pkgrel=1
+pkgdesc='Generates true random passwords with the emphasis on security over pronounceability (Debian version)'
+arch=('any')
+url='http://packages.qa.debian.org/m/makepasswd.html'
+license=('GPL2')
+depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
+source=("http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz"
+        "http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz")
+md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
+         '66b730bfb5393842d754190766c7f77a')
+
+prepare() {
+  patch -p1 -d "$pkgname-${pkgver%_*}" < "${pkgname}_${pkgver//_/-}.diff"
+}
+
+package() {
+  cd $pkgname-${pkgver%_*}
+  install -D -m0755 makepasswd "$pkgdir/usr/bin/makepasswd"
+  install -D -m0644 makepasswd.1 "$pkgdir/usr/share/man/man1/makepasswd.1"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list