1 # PKGBUILD generated by pacpan
2 pkgname=perl-catalyst-plugin-session-state-cookie
3 _realname=Catalyst-Plugin-Session-State-Cookie
6 pkgdesc="'Maintain session IDs using cookies.'"
9 url="http://search.cpan.org/~mstrout/Catalyst-Plugin-Session-State-Cookie"
12 depends=('perl' 'perl-namespace-autoclean' 'perl-catalyst-runtime' 'perl-mro-compat' 'perl-moose' 'perl-catalyst-plugin-session')
13 makedepends=('perl' 'perl-moose')
15 #provides=('Catalyst-Plugin-Session-State-Cookie')
16 provides=('catalyst-plugin-session-state-cookie=0.17' 'Catalyst::Plugin::Session::State::Cookie=0.17' 'perl-catalyst-plugin-session-state-cookie=0.17')
18 source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Plugin-Session-State-Cookie-0.17.tar.gz)
19 md5sums=('f2a2d43d80777ceb2687b9e682cf5c76')
22 _expected_dir="${srcdir}/${_realname}-${pkgver}"
23 if [ -d "$_expected_dir" ]; then
26 _expected_dir="${srcdir}/$(bsdtar -t -f $(basename $source) | head -n1)"
27 if [ -d "$_expected_dir" ]; then
30 _makefile=$(find $srcdir -iname Makefile.PL)
31 if [ ! -z "$_makefile" ]; then
32 _expected_dir=$(dirname $_makefile)
33 if [ -d "$_expected_dir" ]; then
36 echo "
\e[1;31mERROR
\e[0m unable to detect source directory"
37 echo "
\e[1;34m-->
\e[0m this is often due to CPAN's lack of standard naming conventions"
38 echo "
\e[1;34m-->
\e[0m it may be possible to fix this by adjusting the build function in the PKGBUILD"
43 # install module in vendor directories.
44 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
46 make install DESTDIR=${pkgdir} || return 1
48 # remove perllocal.pod and .packlist
49 find ${pkgdir} -name perllocal.pod -delete
50 find ${pkgdir} -name .packlist -delete
53 # vim:set ts=2 sw=2 et:
54 # END OF PACPAN PKGBUILD