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

Up: vlc to 1.1.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 31 18:17:19 2011 +0000 (2011-01-31)
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 }