wok-stable diff xorg-libICE/receipt @ rev 2675
Up: ffmpeg and add compile options for small size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Apr 21 12:40:38 2009 +0000 (2009-04-21) |
parents | 075898aaed14 |
children | 55fede281d6c |
line diff
1.1 --- a/xorg-libICE/receipt Wed Jul 16 16:20:36 2008 +0000 1.2 +++ b/xorg-libICE/receipt Tue Apr 21 12:40:38 2009 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg server module." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +BUILD_DEPENDS="pkg-config xorg-xproto" 1.8 SOURCE="libICE" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.x.org/" 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