updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / perl-text-password-pronounceable / PKGBUILD
blobbfefdbc6bfa12946a7dd08f9078b39d531f5a3ae
1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-text-password-pronounceable
4 pkgver=0.30
5 pkgrel=1
6 pkgdesc='Generate pronounceable passwords'
7 arch=('i686' 'x86_64')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/~tsibley/Text-Password-Pronounceable/"
10 depends=('perl>=5.10.0')
11 options=(!emptydirs)
12 source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/Text-Password-Pronounceable-$pkgver.tar.gz")
13 md5sums=('2a6a3c9197dfb5912f763c0c4f285b48')
15 build() {
16         cd "$srcdir/Text-Password-Pronounceable-$pkgver"
17         PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
18         make
21 package() {
22         cd "$srcdir/Text-Password-Pronounceable-$pkgver"
23         make install DESTDIR="$pkgdir"