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

Re-fix clutter gtk so it build with both tazwok & cookutils
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:06:51 2012 +0100 (2012-03-13)
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 }