2 # Contributor: Roberto Viola (Cagnulein) <cagnulein@tin.it>
5 pkgname=perl-cache-filecache
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"
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')
17 cd $startdir/src/Cache-Cache-$pkgver
18 /usr/bin/perl Makefile.PL
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 '{}' \;