1 # Generated by Xyne::Arch::CPAN 0.07
3 pkgname=perl-test-mockrandom
6 pkgdesc="Replaces random number generation with non-random number
9 url="http://search.cpan.org/dist/Test-MockRandom/"
11 source=('http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Test-MockRandom-1.00.tar.gz')
12 md5sums=('e19af6bc03b1516a161c96281f5c4c3a')
13 sha256sums=('630bca40269d04520e39bb6579eb0399684cb17728702336ed1eb1542b7c2f97')
14 depends=('perl>=5.0.4')
15 makedepends=('perl-test-simple')
19 _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
20 if [ ! -z "$_dir" ]; then
22 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
24 make install DESTDIR="${pkgdir}" || return 1
27 _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
28 if [ ! -z "$_dir" ]; then
30 PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1
32 ./Build install destdir=${pkgdir} || return 1
35 echo "error: failed to detect build method for $pkgname"
36 echo "you may be able to fix this by editing the PKGBUILD"
40 # remove perllocal.pod and .packlist
41 find ${pkgdir} -name perllocal.pod -delete
42 find ${pkgdir} -name .packlist -delete
45 # vim:set ts=2 sw=2 et: