wok diff hsetroot/receipt @ rev 16615

libgd: update genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 08 17:42:56 2014 +0000 (2014-05-08)
parents de49f29b101e
children c4fad9f4bde4
line diff
     1.1 --- a/hsetroot/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/hsetroot/receipt	Thu May 08 17:42:56 2014 +0000
     1.3 @@ -10,20 +10,20 @@
     1.4  WEB_SITE="http://thegraveyard.org/hsetroot.php"
     1.5  WGET_URL="http://thegraveyard.org/files/$TARBALL"
     1.6  TAGS="wallpaper"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.10  xorg-libXext"
    1.11  BUILD_DEPENDS="imlib2-dev libpng-dev"
    1.12  
    1.13 +# ARM: imlib2-dev must be installed in build chroot
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	./configure \
    1.20 -		--prefix=/usr \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.