wok view sandfive-theme/receipt @ rev 16953

mplayer-opt:disable-lirc, autoselect vo=xv,x11,fbdev2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 28 04:38:23 2014 +0200 (2014-07-28)
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 }