wok diff slim/receipt @ rev 10874

slitaz-tools-boxes: This can't be a wanted package. Compile_rules are made for non-wanted packages. Also tazwok doesn't execute compile_rules if its a wanted package.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 12:25:19 2011 +0000 (2011-06-19)
parents faad1224c24e
children 37482777ad0f
line diff
     1.1 --- a/slim/receipt	Fri May 06 22:02:53 2011 +0000
     1.2 +++ b/slim/receipt	Sun Jun 19 12:25:19 2011 +0000
     1.3 @@ -5,9 +5,6 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Desktop-independent graphical login manager for X11."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base gcc-lib-base expat fontconfig freetype util-linux-ng-uuid zlib \
     1.8 -jpeg libpng xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
     1.9 -xorg-libXext xorg-libXft xorg-libXmu xorg-libXrender xorg-libXt"
    1.10  SUGGESTED="slim-theme-default slitaz-configs"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://slim.berlios.de"
    1.13 @@ -15,13 +12,17 @@
    1.14  CONFIG_FILES="/etc/slim.conf"
    1.15  BUGS="Sometime needs more than 10 seconds to start (since HAL/DCOP addition)."
    1.16  
    1.17 +DEPENDS="glibc-base gcc-lib-base expat fontconfig freetype util-linux-ng-uuid \
    1.18 +zlib jpeg libpng xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.19 +xorg-libXext xorg-libXft xorg-libXmu xorg-libXrender xorg-libXt"
    1.20 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26  	patch -p1 < $stuff/NoPwdForCmd.patch || return 1
    1.27 -	make &&
    1.28 -	make install
    1.29 +	make && make DESTDIR=$WOK/$PACKAGE/install install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.