wok-next diff libsexy/receipt @ rev 1542
xorg-libX11: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 11 13:59:29 2008 +0000 (2008-10-11) |
parents | 134b69cc28a2 |
children | 2e55de4816a6 |
line diff
1.1 --- a/libsexy/receipt Fri Jun 06 17:47:26 2008 +0200 1.2 +++ b/libsexy/receipt Sat Oct 11 13:59:29 2008 +0000 1.3 @@ -5,6 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Sexy widgests for GTK+." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="gtk+" 1.8 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto glib pango libxml2" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.chipx86.com/wiki/Libsexy" 1.11 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" 1.12 @@ -16,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