wok diff lazarus/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents befdc87b2ace
children d8337abf6290
line diff
     1.1 --- a/lazarus/receipt	Fri Mar 18 10:55:31 2016 +0200
     1.2 +++ b/lazarus/receipt	Thu Jan 11 13:05:26 2018 +0100
     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  }