wok view slitaz-violet-theme/receipt @ rev 16734
Up: gnome-icon-theme (3.12.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 03 04:01:46 2014 +0300 (2014-06-03) |
parents | 5bf0880f07c1 |
children | 887b3b11683d |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-violet-theme"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.souffles.eu/linux"
11 DEPENDS="openbox clearlooks"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
17 mkdir -p $fs/usr/share/themes
18 cp -a stuff/* $fs/usr/share/themes
21 }