CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: fixed prt-get.conf md5
[ports/core-arm.git] / perl / Pkgfile
index 75ceee7111aabce2709a706f8a70c3f221a7d294..ce13844e74c0155deee28f5a86e4b65094a73b68 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: db gdbm
 
 name=perl
-version=5.12.4
+version=5.16.2
 release=1
 source=(http://www.cpan.org/src/5.0/$name-$version.tar.bz2)
 
@@ -29,7 +29,7 @@ build() {
     make
     make DESTDIR=$PKG install
 
-    ln -sf perl$version $PKG/usr/bin/perl
+    ln -sf perl${version%-*} $PKG/usr/bin/perl
     ln -sf c2ph $PKG/usr/bin/pstruct
     ln -sf s2p $PKG/usr/bin/psed
     ln -sf c2ph.1pm $PKG/usr/man/man1/pstruct.1pm