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

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents de49f29b101e
children 19df6dffcea5
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 LICENSE="GPL2"
9 SOURCE="rox-filer"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://rox.sourceforge.net/desktop/ROX-Filer"
12 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
14 DEPENDS="rox-filer"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $DESTDIR/rox-default-icons
21 cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/icons
28 cp -r $install/* $fs/usr/share/icons/
29 }