Adapt perl to linux.

--HG--
extra : convert_revision : 0195de3a330193ea5caa9426ce893e682017e49c
This commit is contained in:
Juan RP
2008-10-22 18:39:17 +02:00
parent 420f14d2ae
commit 04bd07c1c5
4 changed files with 8 additions and 33 deletions

View File

@@ -1,11 +1,10 @@
# Template build file for 'perl'.
pkgname=perl
version=5.10.0
patch_files="$pkgname-dont-hardcode-rpath.diff"
distfiles="http://www.cpan.org/src/$pkgname-$version@.tar.gz"
configure_script="./Configure"
configure_args="-Dusethreads -des -Dprefix=$XBPS_DESTDIR/$pkgname-$version
-Ui_malloc -Uusemymalloc -Dinstallstyle=lib/perl5"
-Duselargefiles -Uusesfio -Dinstallstyle=lib/perl5"
build_style=configure
short_desc="Practical Extraction and Report Language"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -20,3 +19,5 @@ long_desc="
procedural and object-oriented (OO) programming, has powerful built-in
support for text processing, and has one of the world's most impressive
collections of third-party modules."
run_depends="glibc-2.8"