wok diff murrine-svn-themes/receipt @ rev 14817

Up: libexo* (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:43:00 2013 +0200 (2013-07-17)
parents
children bb009a6ef036
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/murrine-svn-themes/receipt	Wed Jul 17 13:43:00 2013 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="murrine-svn-themes"
     1.7 +VERSION="0.6.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC=" some murrine themes"
    1.10 +MAINTAINER="jozee@slitaz.org"
    1.11 +DEPENDS="murrine"
    1.12 +WEB_SITE="http://www.cimitan.com/murrine" 
    1.13 +
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/themes
    1.19 +	tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes
    1.20 +}
    1.21 +