1 # PKGBUILD generated by pacpan
2 pkgname=perl-moosex-storage-format-xml-simple
3 _realname=MooseX-Storage-Format-XML-Simple
6 pkgdesc="An XML::Simple serialization role"
9 url="http://search.cpan.org/~brunorc/MooseX-Storage-Format-XML-Simple"
12 depends=('perl-moosex-storage' 'perl-xml-simple' 'perl' 'perl-moose')
14 #provides=('MooseX-Storage-Format-XML-Simple')
15 provides=('moosex-storage-format-xml-simple=0.04' 'MooseX::Storage::Format::XML::Simple=0.04' 'perl-moosex-storage-format-xml-simple=0.04')
17 source=(http://search.cpan.org/CPAN/authors/id/B/BR/BRUNORC/MooseX-Storage-Format-XML-Simple-0.04.tar.gz)
18 md5sums=('322336ef0ad495e19e4c4555319bc515')
21 _expected_dir="${srcdir}/${_realname}-${pkgver}"
22 if [ -d "$_expected_dir" ]; then
25 _expected_dir="${srcdir}/$(bsdtar -t -f $(basename $source) | head -n1)"
26 if [ -d "$_expected_dir" ]; then
29 _makefile=$(find $srcdir -iname Makefile.PL)
30 if [ ! -z "$_makefile" ]; then
31 _expected_dir=$(dirname $_makefile)
32 if [ -d "$_expected_dir" ]; then
35 echo "
\e[1;31mERROR
\e[0m unable to detect source directory"
36 echo "
\e[1;34m-->
\e[0m this is often due to CPAN's lack of standard naming conventions"
37 echo "
\e[1;34m-->
\e[0m it may be possible to fix this by adjusting the build function in the PKGBUILD"
42 # install module in vendor directories.
43 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
45 make install DESTDIR=${pkgdir} || return 1
47 # remove perllocal.pod and .packlist
48 find ${pkgdir} -name perllocal.pod -delete
49 find ${pkgdir} -name .packlist -delete
51 # END OF PACPAN PKGBUILD