wok view openbox-themes/receipt @ rev 13998

beaver: fix missing icon in lxpanel
author ernia <monghitri@aruba.it>
date Wed Feb 13 19:14:37 2013 +0100 (2013-02-13)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="openbox-themes"
4 VERSION="3.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Openbox official themes set."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="openbox"
9 WEB_SITE="http://openbox.org/"
11 DEPENDS="openbox"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/themes $fs/usr/share
18 rm -rf $fs/usr/share/themes/Onyx*
19 }