wok diff rox-default-icons/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 9de6b694763c
children 6135577f4d08
line diff
     1.1 --- a/rox-default-icons/receipt	Sun Jul 06 16:48:10 2008 +0200
     1.2 +++ b/rox-default-icons/receipt	Sun Feb 12 00:43:16 2017 +0100
     1.3 @@ -5,24 +5,26 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="default icons for rox-filer."
     1.6  MAINTAINER="sygne@ombres.eu"
     1.7 -DEPENDS="rox-filer"
     1.8 -BUILD_DEPENDS=""
     1.9 +LICENSE="GPL2"
    1.10  SOURCE="rox-filer"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://roscidus.com/desktop/"
    1.13  WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
    1.14  
    1.15 +DEPENDS="rox-filer"
    1.16 +BUILD_DEPENDS=""
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	mkdir -p $src/_pkg/rox-default-icons
    1.22 -	cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/
    1.23 +	mkdir -p $DESTDIR/rox-default-icons
    1.24 +	cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/share/icons
    1.31 -	cp -r $_pkg/* $fs/usr/share/icons/
    1.32 +	cp -r $install/* $fs/usr/share/icons/
    1.33  }
    1.34