wok annotate rox-default-icons/receipt @ rev 10492
glade-perl: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 13:28:55 2011 +0200 (2011-05-25) |
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 |