1 # PKGBUILD generated by pacpan
6 pkgdesc="no description available"
8 license=('unknown: check http://search.cpan.org/src/DSB/Env-Path-0.18/README.txt')
9 url="http://search.cpan.org/~dsb/Env-Path"
14 #provides=('Env-Path')
15 provides=('perl-env-path=0.18' 'perl-env-path=0.18')
17 source=(http://search.cpan.org/CPAN/authors/id/D/DS/DSB/Env-Path-0.18.tar.gz)
18 md5sums=('3be7b2f3521eb604d621f6fdf36b86da')
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 "ERROR unable to detect source directory"
36 echo "--> this is often due to CPAN's lack of standard naming conventions"
37 echo "--> 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
52 # vim:set ts=2 sw=2 et:
53 # END OF PACPAN PKGBUILD