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

Update BUILD_DEPENDS for eet lxappearance and ncmpc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 16:24:12 2008 +0000 (2008-10-02)
parents
children 5bf0880f07c1
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="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 }