wok-next diff fpc/receipt @ rev 15706
claws-mail: Fix receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 18:42:54 2013 +0100 (2013-12-22) |
parents | e53e5e4b0f9e |
children | e6bbb8cc0677 |
line diff
1.1 --- a/fpc/receipt Tue Jun 12 20:04:51 2012 +0200 1.2 +++ b/fpc/receipt Sun Dec 22 18:42:54 2013 +0100 1.3 @@ -5,8 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="ncurses" 1.8 -BUILD_DEPENDS="fpc-bootstrap" 1.9 +LICENSE="GPL2 LGPL2.1" 1.10 SOURCE="fpcbuild" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.freepascal.org/" 1.13 @@ -14,6 +13,9 @@ 1.14 CONFIG_FILE="/etc/fpc.cfg" 1.15 TAGS="compiler pascal" 1.16 1.17 +DEPENDS="ncurses" 1.18 +BUILD_DEPENDS="fpc-bootstrap" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -30,8 +32,8 @@ 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr $fs/etc 1.27 - cp -a $_pkg/usr/bin $fs/usr 1.28 - cp -a $_pkg/usr/lib $fs/usr 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/lib $fs/usr 1.31 1.32 # create symlink for compiler 1.33 ln -s /usr/lib/$PACKAGE/$VERSION/ppc386 $fs/usr/bin