wok view slitaz-violet-theme/receipt @ rev 13983

poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author ernia <monghitri@aruba.it>
date Thu Feb 07 21:27:33 2013 +0000 (2013-02-07)
parents 0129fe2dcb90
children eb8067417980
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 DEPENDS="openbox clearlooks"
9 WEB_SITE="http://www.souffles.eu/linux"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
15 mkdir -p $fs/usr/share/themes
16 cp -a stuff/* $fs/usr/share/themes
19 }