diff options
Diffstat (limited to 'extra/p5-test-pod/Pkgfile')
-rw-r--r-- | extra/p5-test-pod/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/p5-test-pod/Pkgfile b/extra/p5-test-pod/Pkgfile new file mode 100644 index 000000000..96a3cdece --- /dev/null +++ b/extra/p5-test-pod/Pkgfile @@ -0,0 +1,20 @@ +# Description: Cherche les erreur POD dans les fichiers +# URL: http://search.cpan.org/dist/Test-Pod +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr + +name=p5-test-pod +version=1.44 +release=2 +source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-$version.tar.gz ) + +build() { + cd Test-Pod-$version + perl Build.PL + ./Build + ./Build install destdir=$PKG + + find $PKG -name '.packlist' -delete + find $PKG -name '*.pod' -delete +} + |