wok-next view slitaz-violet-theme/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7b3a23fb8fdb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-violet-theme"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Fresh violet theme for GTK2 and Openbox"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 compile_rules() {
13 mkdir -p $install/usr/share/themes/
14 cp -r $stuff/* $install/usr/share/themes/
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="openbox clearlooks"
20 }