wok-6.x diff lxappearance/receipt @ rev 1567
bristuff: fix zconfig.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 13 20:29:52 2008 +0000 (2008-10-13) |
parents | bb56cee17569 |
children | 2e55de4816a6 |
line diff
1.1 --- a/lxappearance/receipt Mon Apr 21 11:38:23 2008 +0200 1.2 +++ b/lxappearance/receipt Mon Oct 13 20:29:52 2008 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Desktop setting configuration utility from LXDE." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+" 1.7 -BUILD_DEPENDS="gtk+-dev gettext" 1.8 +BUILD_DEPENDS="pkg-config gtk+-dev gettext xorg-xproto" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://lxde.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.12 @@ -17,11 +17,11 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 # Avoid install error (chmod) 1.22 - echo "Please continue..." 1.23 + # echo "Please continue..." 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg.