[arch-commits] Commit in perl-dbd-sqlite2/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Jun 2 18:14:03 UTC 2015


    Date: Tuesday, June 2, 2015 @ 20:14:02
  Author: spupykin
Revision: 134624

upgpkg: perl-dbd-sqlite2 0.36-4

upd

Modified:
  perl-dbd-sqlite2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-02 18:13:58 UTC (rev 134623)
+++ PKGBUILD	2015-06-02 18:14:02 UTC (rev 134624)
@@ -4,7 +4,7 @@
 
 pkgname=perl-dbd-sqlite2
 pkgver=0.36
-pkgrel=3
+pkgrel=4
 pkgdesc="Perl/CPAN Module DBD::SQLite2"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/DBD-SQLite2"
@@ -22,6 +22,12 @@
 }
 
 package() {
+  cd DBD-SQLite2-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
 	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
@@ -29,12 +35,4 @@
 	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
 fi
 # template end;
-
-
-  cd DBD-SQLite2-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
 }



More information about the arch-commits mailing list