Date: Wednesday, November 30, 2011 @ 16:19:20
  Author: giovanni
Revision: 143926

upgpkg: perl-convert-binhex 1.119-4

rebuild

Modified:
  perl-convert-binhex/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-11-30 21:06:41 UTC (rev 143925)
+++ PKGBUILD    2011-11-30 21:19:20 UTC (rev 143926)
@@ -6,7 +6,7 @@
 
 pkgname=perl-convert-binhex
 pkgver=1.119
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl module to extract data from Macintosh BinHex files"
 arch=('any')
 url="http://search.cpan.org/~eryq/Convert-BinHex-1.119/";
@@ -14,7 +14,7 @@
 depends=('perl')
 options=('!emptydirs')
 install=${pkgname}.install
-source=("http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-$pkgver.tar.gz";);
+source=("http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-$pkgver.tar.gz";)
 md5sums=('ba70ad1772abac6270078f28197a7961')
 
 build() {
@@ -23,6 +23,11 @@
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+package() {
+  cd "${srcdir}/Convert-BinHex-${pkgver}"
+
   make DESTDIR="${pkgdir}/" install
 
   # remove perllocal.pod and .packlist

Reply via email to