wok-next diff codeblocks/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line diff
     1.1 --- a/codeblocks/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/codeblocks/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,33 +1,36 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="codeblocks"
     1.7 -VERSION="10.05"
     1.8 +VERSION="17.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="An open source, cross platform, free C++ IDE"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://www.codeblocks.org/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION-src.tar.bz2"
    1.17 -WGET_URL="http://download.berlios.de/codeblocks/$TARBALL"
    1.18 +TARBALL="${PACKAGE}_$VERSION.tar.xz"
    1.19 +#WGET_URL="http://download.berlios.de/codeblocks/$TARBALL"
    1.20 +WGET_URL="$SF_MIRROR/codeblocks/$TARBALL"
    1.21  
    1.22 -BUILD_DEPENDS="wxWidgets28-dev libxdmcp-dev libxau-dev expat-dev \
    1.23 -autoconf automake libtool zip gnome-icon-theme hunspell-dev gamin-dev \
    1.24 -boost-dev"
    1.25 +BUILD_DEPENDS="autoconf automake boost-dev expat-dev gamin-dev 
    1.26 +	gnome-icon-theme hunspell-dev libtool libxau-dev 
    1.27 +	libxdmcp-dev wxWidgets28-dev zip"
    1.28  
    1.29 -compile_rules() {
    1.30 +compile_rules()
    1.31 +{
    1.32  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.33  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.34  
    1.35 -	./configure \
    1.36 -		--with-contrib-plugins="all, -help" \
    1.37 +	./configure					\
    1.38 +		--with-contrib-plugins="all, -help"	\
    1.39  		$CONFIGURE_ARGS &&
    1.40  	fix libtool &&
    1.41  	make $MAKEFLAGS &&
    1.42  	make DESTDIR=$install install
    1.43  }
    1.44  
    1.45 -genpkg_rules() {
    1.46 +genpkg_rules()
    1.47 +{
    1.48  	copy @std @dev
    1.49  	DEPENDS="wxWidgets28"
    1.50  	TAGS="IDE"