summaryrefslogtreecommitdiff
path: root/community/perl-class-data-inheritable/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-class-data-inheritable/PKGBUILD')
-rw-r--r--community/perl-class-data-inheritable/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/perl-class-data-inheritable/PKGBUILD b/community/perl-class-data-inheritable/PKGBUILD
index e610fc815..947ced194 100644
--- a/community/perl-class-data-inheritable/PKGBUILD
+++ b/community/perl-class-data-inheritable/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=perl-class-data-inheritable
pkgver=0.08
-pkgrel=5
+pkgrel=6
pkgdesc="Inheritable, overridable class data "
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Class-Data-Inheritable"
@@ -17,6 +17,10 @@ build() {
cd Class-Data-Inheritable-${pkgver}
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+package() {
+ cd Class-Data-Inheritable-${pkgver}
make install DESTDIR=${pkgdir}
find ${pkgdir} -name '.packlist' -delete
find ${pkgdir} -name '*.pod' -delete