wok-next diff rox-default-icons/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 7506b35e1c6f
children
line diff
     1.1 --- a/rox-default-icons/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/rox-default-icons/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,28 +3,22 @@
     1.4  PACKAGE="rox-default-icons"
     1.5  VERSION="2.8"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="default icons for rox-filer."
     1.8 -MAINTAINER="sygne@ombres.eu"
     1.9 +SHORT_DESC="Default icons for rox-filer"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 +WEB_SITE="http://rox.sourceforge.net/desktop/"
    1.13 +
    1.14  SOURCE="rox-filer"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://rox.sourceforge.net/desktop/"
    1.17  WGET_URL="$SF_MIRROR/rox/$TARBALL"
    1.18  
    1.19 -DEPENDS="rox-filer"
    1.20 -BUILD_DEPENDS=""
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	mkdir -p $DESTDIR/rox-default-icons
    1.26 -	cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
    1.27 +compile_rules() {
    1.28 +	mkdir -p $install/rox-default-icons
    1.29 +	cp -a $src/ROX-Filer/ROX/* $install/rox-default-icons/
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	mkdir -p $fs/usr/share/icons
    1.37  	cp -r $install/* $fs/usr/share/icons/
    1.38 +	DEPENDS="rox-filer"
    1.39  }
    1.40 -