wok-next diff lazarus/receipt @ rev 19370
ppp: remove pppnc (done by pppssh)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 09 11:14:54 2016 +0200 (2016-08-09) |
parents | befdc87b2ace |
children | f48456621a9d |
line diff
1.1 --- a/lazarus/receipt Fri Mar 18 10:55:31 2016 +0200 1.2 +++ b/lazarus/receipt Tue Aug 09 11:14:54 2016 +0200 1.3 @@ -8,16 +8,16 @@ 1.4 LICENSE="GPL LGPL" 1.5 WEB_SITE="http://www.lazarus-ide.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%201.6/$PACKAGE-$VERSION.tar.gz" 1.8 +WGET_URL="$SF_MIRROR/lazarus/$TARBALL" 1.9 TAGS="lazarus ide pascal" 1.10 1.11 DEPENDS="fpc fpc-src gdb make" 1.12 -BUILD_DEPENDS="gtk+-dev fpc fpc-src " 1.13 +BUILD_DEPENDS="gtk+-dev fpc fpc-src" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src && make clean bigide 1.19 + make -j 1 clean bigide 1.20 #&& make INSTALL_PREFIX=/usr install 1.21 1.22 }