wok diff fpc-src/receipt @ rev 13465

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
parents
children 7bb096863642
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fpc-src/receipt	Mon Oct 08 10:50:30 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fpc-src"
     1.7 +VERSION="2.4.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Sources for the FreePascal compiler (requierd by the Lazarus IDE)."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS=""
    1.12 +SOURCE="fpcbuild"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.freepascal.org/"
    1.15 +WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL"
    1.16 +COOK_OPT="!strip"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/fpc
    1.22 +	cp -a $src/fpcsrc $fs/usr/lib/fpc/src
    1.23 +}
    1.24 +