summaryrefslogtreecommitdiffstats
path: root/preps/perl.d/perl-pkgbuild
AgeCommit message (Collapse)AuthorFilesLines
2018-11-04Remove .packlist and perllocal deletion since that is part of makepkgFlorian Pritz1-1/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-12-09Add -- to module-build arguments for module-build-tinyFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-04-11Perl mod pkgbuilds use $_ddir now.Justin Davis1-1/+1
With pacman 4.1 $srcdir is no longer set outside of PKGBUILD functions. Yipee! This breaks all of my PKGBUILDs. Now we switch to storing the distribution's tarballed directory in the _ddir custom variable. We cd into $srcdir/$_ddir at the beginning of every func. Custom variable mechanics have changed in bin/pbfields as well. Instead of hard-coding _dir as an accepted field, any PKGDATA entry with a name starting with underscore (_) is considered a custom variable and printed in the PKGBUILD.
2012-06-06Module::Build dists were totally borked.Justin Davis1-2/+3
2012-05-15s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/.Justin Davis1-1/+1
2012-05-15s/prefix/beg/.Justin Davis1-1/+1
2012-05-15Be paranoid with env vars in check() for perl pkgs.Justin Davis1-0/+8
Re-adds export PERL_MM_DEFAULT=1 and unset PERL5LIB.
2012-05-15Rename $_distdir to _$dir in PKGBUILD.Justin Davis1-1/+1
2012-04-16Rename the metas/ directory to preps/.Justin Davis1-0/+120
This matches the prepkg script name.