perl: update to 5.14.2.
This commit is contained in:
parent
2233195d69
commit
5f748954ec
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'perl'.
|
||||
pkgname=perl
|
||||
version=5.14.1
|
||||
version=5.14.2
|
||||
distfiles="http://www.cpan.org/src/5.0/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="Practical Extraction and Report Language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.perl.org"
|
||||
license="GPL-2"
|
||||
checksum=29b4a7e7c22d4a980ab9eb1ea486c5c4ee9ec533192a1ce8f3fe9ae32fb1f862
|
||||
checksum=c2a2362e8d1fdd2bfbfde801fcd78241f154c164f00fba76065ab8cc5c7b06cd
|
||||
long_desc="
|
||||
Perl is a general-purpose programming language originally developed
|
||||
for text manipulation and now used for a wide range of tasks including
|
||||
|
@ -54,7 +54,7 @@ do_install()
|
|||
make DESTDIR=${DESTDIR} install
|
||||
|
||||
# Make a link from perl${version} to perl.
|
||||
ln -sf /usr/bin/perl${version} ${DESTDIR}/usr/bin/perl
|
||||
cd ${DESTDIR}/usr/bin && ln -sf perl${version} perl
|
||||
|
||||
### CPAN Settings ###
|
||||
# Set CPAN default config to use the site directories.
|
||||
|
@ -83,6 +83,6 @@ do_install()
|
|||
find ${DESTDIR} -name .packlist -delete
|
||||
|
||||
# Make a symlink so that libperl.so is accesible.
|
||||
ln -sf /usr/lib/perl5/core_perl/CORE/libperl.so \
|
||||
${DESTDIR}/usr/lib/libperl.so
|
||||
cd ${DESTDIR}/usr/lib && \
|
||||
ln -sf ./perl5/core_perl/CORE/libperl.so libperl.so
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue