wok-6.x diff fpc-src/receipt @ rev 13262
Up: miro to 5.0.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Aug 17 15:03:15 2012 +0000 (2012-08-17) |
parents | |
children | 7bb096863642 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fpc-src/receipt Fri Aug 17 15:03:15 2012 +0000 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 +