wok-next view rox-default-icons/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 7506b35e1c6f |
children |
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://rox.sourceforge.net/desktop/"
11 SOURCE="rox-filer"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/rox/$TARBALL"
15 compile_rules() {
16 mkdir -p $install/rox-default-icons
17 cp -a $src/ROX-Filer/ROX/* $install/rox-default-icons/
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr/share/icons
22 cp -r $install/* $fs/usr/share/icons/
23 DEPENDS="rox-filer"
24 }