wok annotate rox-default-icons/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 19df6dffcea5
children e919c5a2742d
rev   line source
sygne@997 1 # SliTaz package receipt.
sygne@997 2
sygne@997 3 PACKAGE="rox-default-icons"
Hans-G?nter@21845 4 VERSION="2.11"
sygne@997 5 CATEGORY="misc"
sygne@997 6 SHORT_DESC="default icons for rox-filer."
sygne@997 7 MAINTAINER="sygne@ombres.eu"
pascal@15600 8 LICENSE="GPL2"
Hans-G?nter@21845 9 WEB_SITE="http://rox.sourceforge.net/desktop/ROX-Filer"
Hans-G?nter@21845 10
sygne@997 11 SOURCE="rox-filer"
sygne@997 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
Hans-G?nter@21845 13 WGET_URL="$SF_MIRROR/rox/$TARBALL"
sygne@997 14
Hans-G?nter@21845 15 WANTED="rox-filer"
pascal@15600 16 BUILD_DEPENDS=""
pascal@15600 17
sygne@997 18 # Rules to configure and make the package.
sygne@997 19 compile_rules()
sygne@997 20 {
pascal@15600 21 mkdir -p $DESTDIR/rox-default-icons
pascal@15600 22 cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
sygne@997 23 }
sygne@997 24
sygne@997 25 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@997 26 genpkg_rules()
sygne@997 27 {
sygne@997 28 mkdir -p $fs/usr/share/icons
pascal@15600 29 cp -r $install/* $fs/usr/share/icons/
sygne@997 30 }
Hans-G?nter@21846 31