wok annotate fpc-src/receipt @ rev 16101

php: no more COMMON_ARGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 17 13:06:49 2014 +0000 (2014-03-17)
parents 6408ba48363a
children e6bbb8cc0677
rev   line source
slaxemulator@9411 1 # SliTaz package receipt.
slaxemulator@9411 2
slaxemulator@9411 3 PACKAGE="fpc-src"
slaxemulator@9411 4 VERSION="2.4.2"
slaxemulator@9411 5 CATEGORY="development"
slaxemulator@9411 6 SHORT_DESC="Sources for the FreePascal compiler (requierd by the Lazarus IDE)."
slaxemulator@9411 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15215 8 LICENSE="GPL2 LGPL2.1"
slaxemulator@9411 9 SOURCE="fpcbuild"
slaxemulator@9411 10 TARBALL="$SOURCE-$VERSION.tar.gz"
slaxemulator@9411 11 WEB_SITE="http://www.freepascal.org/"
slaxemulator@9411 12 WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL"
slaxemulator@9411 13 COOK_OPT="!strip"
slaxemulator@9411 14
pascal@15215 15 DEPENDS=""
pascal@15215 16
slaxemulator@9411 17 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9411 18 genpkg_rules()
slaxemulator@9411 19 {
slaxemulator@9411 20 mkdir -p $fs/usr/lib/fpc
slaxemulator@9411 21 cp -a $src/fpcsrc $fs/usr/lib/fpc/src
slaxemulator@9411 22 }
slaxemulator@9411 23