wok diff xorg-xf86-video-ati/receipt @ rev 2629
Up: slitaz-boot-scripts, slitaz-configs and slitaz-tools for 2.0
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 16 02:13:12 2009 +0200 (2009-04-16) |
parents | 887eb5b2711f |
children | 086916aa96e8 |
line diff
1.1 --- a/xorg-xf86-video-ati/receipt Sun Mar 16 19:47:10 2008 +0100 1.2 +++ b/xorg-xf86-video-ati/receipt Thu Apr 16 02:13:12 2009 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Xorg server protocol." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xorg xorg-server" 1.7 +BUILD_DEPENDS="xorg-server xorg-xproto xorg-fontsproto" 1.8 SOURCE="xf86-video-ati" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.x.org/" 1.11 @@ -21,8 +22,8 @@ 1.12 --mandir=/usr/share/man \ 1.13 --localstatedir=/var \ 1.14 --with-xorg-module-dir=/usr/lib/X11/modules \ 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