diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:10:20 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:10:20 +0200 |
commit | f986ba3fa3763507215d843a676003900ce83a54 (patch) | |
tree | 5f2aa0b9a923d42cd25c3c99b41544095a60fa8d /base/perl/Pkgfile | |
parent | 9b7e8c5ee9d7664f378a00897f2f29ba35f24977 (diff) | |
download | nutyx-pakxe-f986ba3fa3763507215d843a676003900ce83a54.tar.gz nutyx-pakxe-f986ba3fa3763507215d843a676003900ce83a54.tar.bz2 nutyx-pakxe-f986ba3fa3763507215d843a676003900ce83a54.tar.xz nutyx-pakxe-f986ba3fa3763507215d843a676003900ce83a54.zip |
maj perl#5.12.0-1
Diffstat (limited to 'base/perl/Pkgfile')
-rwxr-xr-x | base/perl/Pkgfile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/base/perl/Pkgfile b/base/perl/Pkgfile index 734946006..d8b73e8ec 100755 --- a/base/perl/Pkgfile +++ b/base/perl/Pkgfile @@ -1,21 +1,17 @@ # Description: Langage de programmation PERL (Practical Extraction and Report Language) -# URL: http://www.perl.org/ +# URL: http://www.perl.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=perl -version=5.10.1 +version=5.12.0 release=1 -source=(ftp://ftp.funet.fi/pub/CPAN/src/$name-$version.tar.gz \ - perl-5.10.0-debian-23.patch perl-5.8.6-picdl.patch0) +source=(ftp://ftp.funet.fi/pub/CPAN/src/$name-$version.tar.gz) build() { cd $name-$version -# patch -Np1 -i ../perl-5.10.0-debian-23.patch if [ "`uname -m`" == "x86_64" ]; then _ARCH="-Dcccdlflags='-fPIC'" - patch -Np0 -i ../perl-5.8.6-picdl.patch0 else _ARCH="" fi @@ -23,7 +19,7 @@ fi sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ - ext/Compress-Raw-Zlib/config.in + cpan/Compress-Raw-Zlib/config.in sh Configure -des -Dusethreads \ -Dprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ |