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

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 05 14:47:39 2018 +0300 (2018-10-05)
parents 16b421afc294
children d5aab818505e
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="sygne@ombres.eu"
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 }