wok-stable annotate slitaz-violet-theme/receipt @ rev 5352

Up: tcl, tcl-dev (8.5.8) - Added soft link for tclsh8.5 to tclsh. Helps with packages needing to have tclsh not tclsh8.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 12:58:38 2010 +0000 (2010-04-28)
parents 0129fe2dcb90
children
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