wok view fpc-src/receipt @ rev 23116

updated liburcu and liburcu-dev (0.10.2 -> 0.11.1)
author Hans-G?nter Theisgen
date Thu Mar 12 16:58:34 2020 +0100 (2020-03-12)
parents e43333671f19
children bfabe25c21ff
line source
1 # SliTaz package receipt.
3 PACKAGE="fpc-src"
4 VERSION="2.6.4"
5 CATEGORY="development"
6 SHORT_DESC="Sources for the FreePascal compiler (requierd by the Lazarus IDE)."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2 LGPL2.1"
9 SOURCE="fpcbuild"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://www.freepascal.org/"
12 WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/fpc
19 cp -a $src/fpcsrc $fs/usr/lib/fpc/src
20 }