wok-next view openbox-themes/receipt @ rev 13591
move from undigest: 0install adminer blktrace busybox-boot blktrace codiad davmail e4rat fbff flashrom fsthost get-softmodem-driver lessfs libmikmod libmikmod-dev lvmts mikmod navit phpeasyvcs puppet qtractor splashutils systemd tokyocabinet tokyocabinet-dev vmware-view-open-client wine-rt-dev xflux
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 08 09:35:38 2012 +0100 (2012-11-08) |
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 }