# HG changeset patch # User Pascal Bellard # Date 1396296640 0 # Node ID 7954f71fdefc9244e76f6ce1e7957bb520f18760 # Parent d6b99c62ef006289e83b479e1ad7a12655cf4b50 Up fpc-bootstrap (2.6.4) again... diff -r d6b99c62ef00 -r 7954f71fdefc fpc-bootstrap/receipt --- a/fpc-bootstrap/receipt Mon Mar 31 22:14:07 2014 +0200 +++ b/fpc-bootstrap/receipt Mon Mar 31 20:10:40 2014 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="bootstrap to compile fpc." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2 LGPL2.1" -TARBALL="i386-linux-ppc386.bz2" +TARBALL="$PACKAGE-$VERSION.bz2" WEB_SITE="http://freepascal.org/" -WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/bootstrap/$TARBALL" +WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/bootstrap/i386-linux-ppc386.bz2" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -21,4 +21,3 @@ cp -a $WOK/$PACKAGE/tmp/i386-linux-ppc386 $fs/usr/bin/ppc386 chmod +x $fs/usr/bin/ppc386 } -