wok diff perl-core/receipt @ rev 14274

njconnect - source file is now fixed on upstream level ;-)
author Pawel P. <xj@wp.pl>
date Fri Apr 05 12:14:08 2013 +0000 (2013-04-05)
parents 49e1e0f01970
children 2d12ebd38be4
line diff
     1.1 --- a/perl-core/receipt	Tue Jan 25 13:12:24 2011 +0000
     1.2 +++ b/perl-core/receipt	Fri Apr 05 12:14:08 2013 +0000
     1.3 @@ -7,14 +7,12 @@
     1.4  MAINTAINER="erjo@slitaz.org"
     1.5  SOURCE="perl"
     1.6  WANTED="perl"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8  WEB_SITE="http://www.perl.org/"
     1.9  
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14 -	_pkg=${WOK}/${WANTED}/${WANTED}-${VERSION}/_pkg
    1.15  	mkdir -p $fs/usr/bin
    1.16  	cp -a $_pkg/usr/bin/perl${VERSION} $fs/usr/bin/
    1.17  	cd $fs/usr/bin