1 # Maintainer: Jakob Nixdorf <flocke@user-helfen-usern.de>
6 pkgdesc="test file attributes"
7 depends=('perl>=5.10.0' 'glibc' 'perl-test-manifest')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/dist/Test-File"
10 source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-$pkgver.tar.gz)
11 md5sums=('395dd6996d63f9fcf633700186455f00')
12 options=('force' '!emptydirs')
17 cd ${srcdir}/Test-File-$pkgver
19 perl Makefile.PL INSTALLDIRS=vendor || return 1
21 make DESTDIR=${pkgdir} install || return 1
23 # Remove .packlist and perllocal.pod files.
24 find ${pkgdir} -name '.packlist' -delete
25 find ${pkgdir} -name 'perllocal.pod' -delete