wok diff parcellite/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 2b9f96603415
children 17e313b5b9c1
line diff
     1.1 --- a/parcellite/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/parcellite/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -9,21 +9,20 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://parcellite.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gtk+ xorg-libX11 xorg-libXdamage"
    1.10 -BUILD_DEPENDS="xorg-dev gtk+-dev intltool autoconf automake"
    1.11 +BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {	
    1.16 -	cd $src
    1.17  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.18  	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    1.19  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make && make DESTDIR=$DESTDIR install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.