wok-next diff xfce4-dev-tools/receipt @ rev 20244

Update bdeps: apache-mod-perl, codeblocks, tacacs+, thunar-archive-plugin, tuxpaint, xpenguins
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 10:54:15 2017 +0200 (2017-11-07)
parents 5cdf5c29f238
children 757d032c55c7
line diff
     1.1 --- a/xfce4-dev-tools/receipt	Mon Apr 07 08:07:32 2014 +0000
     1.2 +++ b/xfce4-dev-tools/receipt	Tue Nov 07 10:54:15 2017 +0200
     1.3 @@ -1,36 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xfce4-dev-tools"
     1.8 -VERSION="4.11.0"
     1.9 +VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Xfce Developpers Tools "
    1.12 +SHORT_DESC="Xfce developpers tools"
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/"
    1.19  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21 -DEPENDS="subversion autoconf automake intltool pkg-config"
    1.22 +BUILD_DEPENDS="glib-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	cd $src
    1.28 -	#patch -p1 -i $stuff/xdt-autogen-4.6.0.u || return 1
    1.29 +compile_rules() {
    1.30  	./configure \
    1.31 -		--prefix=/usr \
    1.32 -		--infodir=/usr/share/info \
    1.33 -		--mandir=/usr/share/man \
    1.34 +		--sysconfdir=/etc \
    1.35 +		--localstatedir=/var \
    1.36  		$CONFIGURE_ARGS &&
    1.37 -	make && make DESTDIR=$DESTDIR install
    1.38 +	make &&
    1.39 +	make install
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	mkdir -p $fs/usr
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/share $fs/usr
    1.48 -	
    1.49 -	chmod 755 $fs/usr/bin/xdt-*
    1.50 +genpkg_rules() {
    1.51 +	copy @std @dev
    1.52 +	DEPENDS="glib-dev pcre   subversion autoconf automake intltool"
    1.53  }