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

tazbb: fix date overflow
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 21 09:48:32 2010 +0200 (2010-07-21)
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 }