wok annotate murrine-svn-themes/receipt @ rev 3026

Add: murrine-svn-themes (some themes for murrine GTK engine)
author Rohit Joshi <jozee@slitaz.org>
date Mon May 11 19:49:47 2009 +0000 (2009-05-11)
parents
children bb009a6ef036
rev   line source
jozee@3026 1 # SliTaz package receipt.
jozee@3026 2
jozee@3026 3 PACKAGE="murrine-svn-themes"
jozee@3026 4 VERSION="0.6.2"
jozee@3026 5 CATEGORY="x-window"
jozee@3026 6 SHORT_DESC=" some murrine themes"
jozee@3026 7 MAINTAINER="jozee@slitaz.org"
jozee@3026 8 DEPENDS="murrine"
jozee@3026 9 WEB_SITE="http://www.cimitan.com/murrine"
jozee@3026 10
jozee@3026 11
jozee@3026 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3026 13 genpkg_rules()
jozee@3026 14 {
jozee@3026 15 mkdir -p $fs/usr/share/themes
jozee@3026 16 tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes
jozee@3026 17 }
jozee@3026 18