summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4c94d6aa3fb..51ab46b7c193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-spread
_realname=Spread
pkgver=3.17.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="Perl extension for the Spread group communication system"
arch=('i686' 'x86_64')
url="http://search.cpan.org/~jesus/Spread-3.17.4.4/Spread.pm"
@@ -16,6 +16,9 @@ build() {
cd $srcdir/$_realname-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
+}
+package() {
+ cd $srcdir/$_realname-$pkgver
make install DESTDIR=$pkgdir
find $pkgdir -name '.packlist' -delete
find $pkgdir -name '*.pod' -delete