wok-next diff murrine-svn-themes/receipt @ rev 13777
slitaz-tools: fix 5.2 Makefile
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 15:23:18 2013 +0100 (2013-01-03) |
parents | |
children | bb009a6ef036 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/murrine-svn-themes/receipt Thu Jan 03 15:23:18 2013 +0100 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 +