wok-6.x diff xorg-libXaw/receipt @ rev 5008
[x-z]*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 28 18:16:33 2010 +0100 (2010-02-28) |
parents | 075898aaed14 |
children | 410630f6493d |
line diff
1.1 --- a/xorg-libXaw/receipt Wed Jul 16 16:20:36 2008 +0000 1.2 +++ b/xorg-libXaw/receipt Sun Feb 28 18:16:33 2010 +0100 1.3 @@ -7,6 +7,8 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 SOURCE="libXaw" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 +DEPENDS="xorg-libXext xorg-libXmu xorg-libXt xorg-libSM xorg-libICE \ 1.8 +xorg-libXpm xorg-libX11 xorg-libXau xorg-libXdmcp" 1.9 WEB_SITE="http://www.x.org/" 1.10 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.11 1.12 @@ -16,8 +18,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --sysconfdir=/etc \ 1.15 --mandir=/usr/share/man --localstatedir=/var \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22