[arch-commits] CVS update of core/base/perl (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 22 10:50:48 UTC 2007


    Date: Monday, October 22, 2007 @ 06:50:48
  Author: tpowa
    Path: /home/cvs-core/core/base/perl

Modified: PKGBUILD (1.50 -> 1.51)

'upgpkg: don't remove empty dirs, it breaks installation of perl. added coreutils as depend because of ln usage in .install file'


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: core/base/perl/PKGBUILD
diff -u core/base/perl/PKGBUILD:1.50 core/base/perl/PKGBUILD:1.51
--- core/base/perl/PKGBUILD:1.50	Thu Oct  4 22:45:17 2007
+++ core/base/perl/PKGBUILD	Mon Oct 22 06:50:47 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.50 2007/10/05 02:45:17 dan Exp $
+# $Id: PKGBUILD,v 1.51 2007/10/22 10:50:47 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=perl
 pkgver=5.8.8
-pkgrel=7
+pkgrel=8
 pkgdesc="Practical Extraction and Report Language"
 arch=(i686 x86_64) 
 license=('GPL' 'PerlArtistic')
 url="http://www.perl.org"
 groups=('base')
-depends=('gdbm' 'db>=4.6' 'bash')
+depends=('gdbm' 'db>=4.6' 'bash' 'coreutils' 'glibc')
 source=(http://www.perl.com/CPAN/src/perl-$pkgver.tar.gz
 	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/DB_File-1.814.tar.gz
 	http://search.cpan.org/CPAN/authors/id/N/NW/NWCLARK/sprintf-5.8.7.patch
@@ -22,7 +22,8 @@
          '8fc1f24fc7890e4fd8360e7e9f293099'
          '319b56a7ce715fb7a494fe4d5cb9474c'
          '546fc05b63b0add38898361c8de0c949')
-options=('!emptydirs')
+# for site_perl this is needed!
+options=('emptydirs')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list