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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }