wok-6.x annotate fpc-src/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | e43333671f19 |
children | bfabe25c21ff |
rev | line source |
---|---|
slaxemulator@9411 | 1 # SliTaz package receipt. |
slaxemulator@9411 | 2 |
slaxemulator@9411 | 3 PACKAGE="fpc-src" |
pascal@16231 | 4 VERSION="2.6.4" |
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" |
pascal@20671 | 11 WEB_SITE="https://www.freepascal.org/" |
slaxemulator@9411 | 12 WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL" |
pankso@16194 | 13 HOST_ARCH="i486 arm" |
pascal@15215 | 14 |
slaxemulator@9411 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9411 | 16 genpkg_rules() |
slaxemulator@9411 | 17 { |
slaxemulator@9411 | 18 mkdir -p $fs/usr/lib/fpc |
slaxemulator@9411 | 19 cp -a $src/fpcsrc $fs/usr/lib/fpc/src |
slaxemulator@9411 | 20 } |
slaxemulator@9411 | 21 |