wok view sandfive-theme/receipt @ rev 16782

Add: sandfive-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 23 13:38:22 2014 +0300 (2014-06-23)
parents
children bc5d5781c529
line source
1 # SliTaz package receipt.
3 PACKAGE="sandfive-theme"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html"
11 DEPENDS="murrine openbox"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/themes
17 cp -a stuff/* $fs/usr/share/themes
18 }