updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / perl-cache-filecache / PKGBUILD
blobdf6ab8e2c128d4a7681d83afb690b176d898f0a4
2 # Contributor: Roberto Viola (Cagnulein) <cagnulein@tin.it>
5 pkgname=perl-cache-filecache
6 pkgver=1.05
7 pkgrel=1
8 pkgdesc="The FileCache class implements the Cache interface. This cache stores data in the filesystem so that it can be shared between processes."
9 url="http://search.cpan.org/~dclinton/Cache-Cache-1.05/lib/Cache/FileCache.pm"
10 license="GPL"
11 arch=('i686' 'x86_64')
12 options=('!emptydirs')
13 source=(http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/Cache-Cache-$pkgver.tar.gz)
14 md5sums=('09e4d37979c8f8ce2518e1d1ccd10d99')
16 build() {
17   cd $startdir/src/Cache-Cache-$pkgver
18   /usr/bin/perl Makefile.PL
19   make
20   make DESTDIR=$startdir/pkg install
22   /usr/bin/find $startdir/pkg -name '.packlist' -exec rm '{}' \;
23   /usr/bin/find $startdir/pkg -name 'perllocal.pod' -exec rm '{}' \;