wok diff xorg-xcompmgr/receipt @ rev 5195

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents 63336924cada
children 07ae722ec64e
line diff
     1.1 --- a/xorg-xcompmgr/receipt	Fri Mar 07 16:26:38 2008 +0100
     1.2 +++ b/xorg-xcompmgr/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X composite manager."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libX11"
     1.8 +DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libX11 xorg-libXrender \
     1.9 +xorg-libXext"
    1.10  BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev"
    1.11  SOURCE="xcompmgr"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 @@ -18,8 +19,8 @@
    1.14      cd $src
    1.15      ./configure --prefix=/usr --sysconfdir=/etc \
    1.16      --mandir=/usr/share/man --localstatedir=/var \
    1.17 -    $CONFIGURE_ARGS
    1.18 -    make
    1.19 +    $CONFIGURE_ARGS &&
    1.20 +    make &&
    1.21      make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23