wok rev 10532

libgd: typo!
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 17:13:56 2011 +0200 (2011-05-25)
parents dfb944d1ec90
children 7afe8aca37e3
files libgd/receipt
line diff
     1.1 --- a/libgd/receipt	Wed May 25 17:10:51 2011 +0200
     1.2 +++ b/libgd/receipt	Wed May 25 17:13:56 2011 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  DEPENDS="zlib libpng jpeg freetype expat fontconfig xorg-libX11 \
     1.5  xorg-libXau xorg-libXdmcp xorg-libXpm"
     1.6  BUILD_DEPENDS="libpng-dev jpeg-dev expat-dev freetype-dev cmake \
     1.7 -xorg-libXau-dev xorg-libXdmcp-dev xorg-libXpm-dev coreutils-operations"
     1.8 +xorg-libXau-dev xorg-libXdmcp-dev xorg-libXpm-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -	cmake . && make && install
    1.15 +	cmake . && make && make DESTDIR=$DESTDIR install
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.