wok diff lxrandr/receipt @ rev 17379

Add libtic
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 24 16:18:41 2014 +0100 (2014-11-24)
parents 380ffe05937a
children 3ff62c9179db
line diff
     1.1 --- a/lxrandr/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/lxrandr/receipt	Mon Nov 24 16:18:41 2014 +0100
     1.3 @@ -9,25 +9,20 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://lxde.org"
     1.6  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="gtk+ xorg-xrandr"
    1.10 -BUILD_DEPENDS="gtk+-dev intltool xorg-libXrandr-dev"
    1.11 +BUILD_DEPENDS="gtk+-dev xorg-libXrandr-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	
    1.18 -	#Fix sources.
    1.19 +	# Fix sources.
    1.20  	echo "Icon=video-display" >> data/lxrandr.desktop.in 
    1.21  	touch po/stamp-it 
    1.22 -
    1.23  	./configure \
    1.24 -		--prefix=/usr \
    1.25 -		--infodir=/usr/share/info \
    1.26 -		--mandir=/usr/share/man \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	make && make DESTDIR=$DESTDIR install
    1.29 +	make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.