wok-next diff juffed/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 5d53e8ccbc8d
children
line diff
     1.1 --- a/juffed/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/juffed/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Qt4 text & code editor"
     1.5  MAINTAINER="psychomaniak@xakep.ru"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://juffed.com"
     1.8 +WEB_SITE="http://juffed.com/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  # COMMIT="58e2c637f1"
    1.11  # VERSION="${COMMIT:0:4}git"
    1.12 @@ -17,18 +17,16 @@
    1.13  DEPENDS="libQtGui libQtDBus libQtNetwork libqscintilla"
    1.14  BUILD_DEPENDS="Qt4-dev cmake qmake libqscintilla-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	#sed -i 's/ ON/ OFF/g' $src/plugins/CMakeLists.txt
    1.21 -	cd $src && cmake \
    1.22 +	cmake \
    1.23  		-DCMAKE_BUILD_TYPE=release \
    1.24 -		-DCMAKE_INSTALL_PREFIX=/usr . &&
    1.25 -	make && make DESTDIR=$DESTDIR install
    1.26 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.27 +		. &&
    1.28 +	make &&
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	cp -a $install/* $fs
    1.37  }