wok annotate slitaz-violet-theme/receipt @ rev 13436

Up: claws-mail-attremover(1.0.14)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:18:17 2012 +0200 (2012-10-07)
parents 0129fe2dcb90
children eb8067417980
rev   line source
sygne@1000 1 # SliTaz package receipt.
sygne@1000 2
sygne@1000 3 PACKAGE="slitaz-violet-theme"
sygne@1000 4 VERSION="1.0"
sygne@1000 5 CATEGORY="x-window"
sygne@1000 6 SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox."
sygne@1000 7 MAINTAINER="sygne@ombres.eu"
sygne@1000 8 DEPENDS="openbox clearlooks"
pascal@2087 9 WEB_SITE="http://www.souffles.eu/linux"
sygne@1000 10
sygne@1000 11 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1000 12 genpkg_rules()
sygne@1000 13 {
sygne@1000 14
sygne@1000 15 mkdir -p $fs/usr/share/themes
sygne@1000 16 cp -a stuff/* $fs/usr/share/themes
sygne@1000 17
sygne@1000 18
sygne@1000 19 }
sygne@1000 20