wok diff xorg-xclock/receipt @ rev 1980
Openldap; typo in start script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 04 11:32:22 2009 +0000 (2009-01-04) |
parents | a8e90ba27401 |
children | 170168df8ad1 |
line diff
1.1 --- a/xorg-xclock/receipt Sun Feb 24 20:46:37 2008 +0100 1.2 +++ b/xorg-xclock/receipt Sun Jan 04 11:32:22 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Simple clock for X." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xorg xorg-libxkbfile" 1.7 +BUILD_DEPENDS="xorg-dev xorg-libXft-dev" 1.8 SOURCE="xclock" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.x.org/" 1.11 @@ -18,8 +19,8 @@ 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \ 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