wok annotate 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
rev   line source
sygne@997 1 # SliTaz package receipt.
sygne@997 2
sygne@997 3 PACKAGE="rox-default-icons"
sygne@997 4 VERSION="2.8"
sygne@997 5 CATEGORY="misc"
sygne@997 6 SHORT_DESC="default icons for rox-filer."
sygne@997 7 MAINTAINER="sygne@ombres.eu"
sygne@997 8 DEPENDS="rox-filer"
sygne@997 9 BUILD_DEPENDS=""
sygne@997 10 SOURCE="rox-filer"
sygne@997 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
sygne@997 12 WEB_SITE="http://roscidus.com/desktop/"
sygne@997 13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
sygne@997 14
sygne@997 15 # Rules to configure and make the package.
sygne@997 16 compile_rules()
sygne@997 17 {
sygne@997 18 mkdir -p $src/_pkg/rox-default-icons
sygne@997 19 cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/
sygne@997 20 }
sygne@997 21
sygne@997 22 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@997 23 genpkg_rules()
sygne@997 24 {
sygne@997 25 mkdir -p $fs/usr/share/icons
sygne@997 26 cp -r $_pkg/* $fs/usr/share/icons/
sygne@997 27 }
sygne@997 28