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

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 19df6dffcea5
children e919c5a2742d
line source
1 # SliTaz package receipt.
3 PACKAGE="rox-default-icons"
4 VERSION="2.11"
5 CATEGORY="misc"
6 SHORT_DESC="default icons for rox-filer."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL2"
9 WEB_SITE="http://rox.sourceforge.net/desktop/ROX-Filer"
11 SOURCE="rox-filer"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/rox/$TARBALL"
15 WANTED="rox-filer"
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir -p $DESTDIR/rox-default-icons
22 cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/icons
29 cp -r $install/* $fs/usr/share/icons/
30 }