wok diff clearlooks/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents cbeec8826bda
children 128aae84d74c
line diff
     1.1 --- a/clearlooks/receipt	Fri Mar 26 18:53:15 2010 +0100
     1.2 +++ b/clearlooks/receipt	Fri Dec 13 16:18:29 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Clearlooks GTK+ theme."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://clearlooks.sourceforge.net/"
    1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="gtk+ xorg-libXdamage"
    1.13  BUILD_DEPENDS="pkg-config file gtk+-dev"
    1.14 -WEB_SITE="http://clearlooks.sourceforge.net/"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -21,13 +23,13 @@
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $_pkg/* $fs
    1.31 +	cp -a $install/* $fs
    1.32  	rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la
    1.33  	rm -rf $fs/usr/share/icons
    1.34  }