wok diff slitaz-violet-theme/receipt @ rev 1119

Add xruskb (keyboard switcher) - Need more X11 fonts
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jul 20 19:25:43 2008 +0200 (2008-07-20)
parents
children 5bf0880f07c1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-violet-theme/receipt	Sun Jul 20 19:25:43 2008 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-violet-theme"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox."
    1.10 +MAINTAINER="sygne@ombres.eu"
    1.11 +DEPENDS="openbox clearlooks"
    1.12 +WEB_SITE="www.souffles.eu/linux"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	
    1.18 +	mkdir -p $fs/usr/share/themes
    1.19 +    cp -a stuff/* $fs/usr/share/themes
    1.20 +
    1.21 +	
    1.22 +}
    1.23 +