updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / perl-io-tiecombine / PKGBUILD
blob5170dbca29c92a19fe01348271e98437305575b5
1 # PKGBUILD generated by pacpan
2 pkgname=perl-io-tiecombine
3 _realname=IO-TieCombine
4 pkgver=1.000
5 pkgrel=1
6 pkgdesc="produce tied (and other) separate but combined variables"
7 arch=(i686 x86_64)
8 license=('perl')
9 url="http://search.cpan.org/~rjbs/IO-TieCombine"
10 options=(!emptydirs)
13 #provides=('IO-TieCombine')
14 provides=('io-tiecombine=1.000' 'IO::TieCombine::Handle=1.000' 'perl-io-tiecombine-handle=1.000' 'IO::TieCombine::Scalar=1.000' 'perl-io-tiecombine-scalar=1.000' 'IO::TieCombine=1.000' 'perl-io-tiecombine=1.000')
16 source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IO-TieCombine-1.000.tar.gz)
17 md5sums=('a2e0d8019cf8ca3ea33d970d93f9853e')
19 build() {
20   _expected_dir="${srcdir}/${_realname}-${pkgver}"
21   if [ -d "$_expected_dir" ]; then
22     cd "$_expected_dir"
23   else
24     _expected_dir="${srcdir}/$(bsdtar -t -f $(basename $source) | head -n1)"
25     if [ -d "$_expected_dir" ]; then
26       cd "$_expected_dir"
27     else
28       _makefile=$(find $srcdir -iname Makefile.PL)
29       if [ ! -z "$_makefile" ]; then
30         _expected_dir=$(dirname $_makefile)
31         if [ -d "$_expected_dir" ]; then
32           cd "$_expected_dir"
33         else
34           echo "\e[1;31mERROR\e[0m unable to detect source directory"
35           echo "\e[1;34m-->\e[0m this is often due to CPAN's lack of standard naming conventions"
36           echo "\e[1;34m-->\e[0m it may be possible to fix this by adjusting the build function in the PKGBUILD"
37         fi
38       fi
39     fi
40   fi
41   # install module in vendor directories.
42   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
43   make  || return 1
44   make install DESTDIR=${pkgdir} || return 1
46   # remove perllocal.pod and .packlist
47   find ${pkgdir} -name perllocal.pod -delete
48   find ${pkgdir} -name .packlist -delete
50 # END OF PACPAN PKGBUILD