wok diff clearlooks/receipt @ rev 1490

lxlauncher: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 12:01:39 2008 +0000 (2008-10-05)
parents d5e75812e704
children 3d99ecce2d4b
line diff
     1.1 --- a/clearlooks/receipt	Sat Apr 12 17:37:29 2008 +0200
     1.2 +++ b/clearlooks/receipt	Sun Oct 05 12:01:39 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Clearlooks GTK+ theme."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 +BUILD_DEPENDS="pkg-config file"
     1.8  WEB_SITE="http://clearlooks.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 @@ -17,8 +18,8 @@
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \
    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