wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-violet-theme/receipt	Thu Oct 02 16:24:12 2008 +0000
     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 +