wok diff xorg-xcursorgen/receipt @ rev 6073
zsh: no more link for /bin/sh with tazbb
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 26 12:59:48 2010 +0200 (2010-08-26) |
parents | a8e90ba27401 |
children | 07ae722ec64e |
line diff
1.1 --- a/xorg-xcursorgen/receipt Sun Feb 24 20:46:37 2008 +0100 1.2 +++ b/xorg-xcursorgen/receipt Thu Aug 26 12:59:48 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X cursor generator." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg" 1.8 +DEPENDS="xorg libpng zlib" 1.9 SOURCE="xcursorgen" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.x.org/" 1.12 @@ -18,8 +18,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --mandir=/usr/share/man \ 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