updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / perl-list-utilsby / PKGBUILD
blobeb2b36fce8b6eb89deb0256aafd9c6c52bef2c47
1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-list-utilsby
4 pkgver=0.07
5 pkgrel=1
6 pkgdesc="Higher-order list utility functions"
7 arch=('i686' 'x86_64')
8 url="http://search.cpan.org/~pevans/List-UtilsBy-$pkgver/"
9 license=('GPL' 'PerlArtistic')
10 depends=('perl')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/List-UtilsBy-$pkgver.tar.gz")
13 md5sums=('2c39a8a2021bdf63ee4a8d7e0b0829a4')
15 build() {
16         cd "$srcdir/List-UtilsBy-$pkgver"
17         PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
18         make
21 package() {
22         cd "$srcdir/List-UtilsBy-$pkgver"
23         make install DESTDIR="$pkgdir"