wok view openbox-themes/receipt @ rev 25808

created recipe for xmenu
author Hans-G?nter Theisgen
date Thu Dec 19 16:09:37 2024 +0100 (24 hours ago)
parents 1659aa0207dd
children
line source
1 # SliTaz package receipt.
3 PACKAGE="openbox-themes"
4 VERSION="3.6.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Openbox official themes set."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="openbox"
10 WEB_SITE="https://github.com/danakj/openbox"
11 HOST_ARCH="any"
13 DEPENDS="openbox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $install/usr/share/themes $fs/usr/share
20 rm -rf $fs/usr/share/themes/Onyx*
21 }