wok view openbox-themes/receipt @ rev 14249

gxine: fix build for 0.5.905 (last 0.5.907 have lirc bugs)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 11:24:21 2013 +0100 (2013-03-25)
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 }