wok diff xorg-xclock/receipt @ rev 2013

Up: gpicview (0.1.11)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 21:12:02 2009 +0100 (2009-01-08)
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	Thu Jan 08 21:12:02 2009 +0100
     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