[arch-commits] Commit in perl-crypt-passwdmd5/repos (extra-any extra-any/PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Tue Oct 29 01:41:37 UTC 2013
Date: Tuesday, October 29, 2013 @ 02:41:36
Author: eric
Revision: 197733
archrelease: copy trunk to extra-any
Added:
perl-crypt-passwdmd5/repos/extra-any/
perl-crypt-passwdmd5/repos/extra-any/PKGBUILD
(from rev 197732, perl-crypt-passwdmd5/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-crypt-passwdmd5/repos/extra-any/PKGBUILD (from rev 197732, perl-crypt-passwdmd5/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD (rev 0)
+++ extra-any/PKGBUILD 2013-10-29 01:41:36 UTC (rev 197733)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-crypt-passwdmd5
+pkgver=1.40
+pkgrel=1
+pkgdesc="Provides a crypt()-compatible interface to new MD5-based crypt()"
+arch=('any')
+url="http://search.cpan.org/dist/Crypt-PasswdMD5"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+provides=('perl-passwd-md5')
+replaces=('perl-passwd-md5')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-$pkgver.tgz)
+md5sums=('efc61e1f62c9768be39df2613d685343')
+
+build() {
+ cd Crypt-PasswdMD5-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Crypt-PasswdMD5-$pkgver
+ make test
+}
+
+package() {
+ cd Crypt-PasswdMD5-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list