1 # Contributor: Anonymous
2 # Generator : CPANPLUS::Dist::Arch 1.19
4 pkgname='perl-mysql-sandbox'
7 pkgdesc="Quickly installs MySQL side server, either standalone or in groups"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
13 url='http://search.cpan.org/dist/MySQL-Sandbox'
14 source=('http://search.cpan.org/CPAN/authors/id/G/GM/GMAX/MySQL-Sandbox-3.0.24.tar.gz')
15 md5sums=('ace1812a55fb2067f5c8d06e22936cd3')
16 sha512sums=('1153f4d9e3dbb37d1e35fd581fcded6d26719bb13fcb9b209972539bdcf06723579d93027616a931a7747e3600edf31e50205325a80f34e329feb54db2c5530d')
17 _distdir="${srcdir}/MySQL-Sandbox-3.0.24"
20 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
21 PERL_AUTOINSTALL=--skipdeps \
22 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
23 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24 MODULEBUILDRC=/dev/null
27 /usr/bin/perl Makefile.PL
34 ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
42 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
49 # vim:set ts=2 sw=2 et: