wok-4.x diff xorg-libXcomposite/receipt @ rev 5182
linux: fix kernel_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 27 20:38:05 2010 +0100 (2010-03-27) |
parents | 075898aaed14 |
children | 55fede281d6c |
line diff
1.1 --- a/xorg-libXcomposite/receipt Wed Jul 16 16:20:36 2008 +0000 1.2 +++ b/xorg-libXcomposite/receipt Sat Mar 27 20:38:05 2010 +0100 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 SOURCE="libXcomposite" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 +DEPENDS="xorg-libX11 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp" 1.8 WEB_SITE="http://www.x.org/" 1.9 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.10 1.11 @@ -16,8 +17,8 @@ 1.12 cd $src 1.13 ./configure --prefix=/usr --sysconfdir=/etc \ 1.14 --mandir=/usr/share/man --localstatedir=/var \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21