wok diff lazarus/receipt @ rev 20000
Add: description.txt (again) | Rev: line-end.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Sat Jul 29 08:04:42 2017 -0300 (2017-07-29) |
parents | befdc87b2ace |
children | d8337abf6290 |
line diff
1.1 --- a/lazarus/receipt Fri Mar 18 10:55:31 2016 +0200 1.2 +++ b/lazarus/receipt Sat Jul 29 08:04:42 2017 -0300 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 }