wok view rox-default-icons/receipt @ rev 1070

Add: grisbi, an another bank manager, fix: missing icon for Homebank and deps for Inkscape
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 15 23:12:44 2008 +0200 (2008-07-15)
parents
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="rox-default-icons"
4 VERSION="2.8"
5 CATEGORY="misc"
6 SHORT_DESC="default icons for rox-filer."
7 MAINTAINER="sygne@ombres.eu"
8 DEPENDS="rox-filer"
9 BUILD_DEPENDS=""
10 SOURCE="rox-filer"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://roscidus.com/desktop/"
13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $src/_pkg/rox-default-icons
19 cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/icons
26 cp -r $_pkg/* $fs/usr/share/icons/
27 }