wok diff sandfive-theme/receipt @ rev 17549
fatattr: fix fatattr.sh --restore
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 29 15:49:38 2015 +0100 (2015-01-29) |
parents | |
children | bc5d5781c529 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sandfive-theme/receipt Thu Jan 29 15:49:38 2015 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sandfive-theme" 1.7 +VERSION="1.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox" 1.10 +MAINTAINER="holkfoor@gmail.com" 1.11 +LICENSE="PublicDomain" 1.12 +WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html" 1.13 + 1.14 +DEPENDS="murrine openbox" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share/themes 1.20 + cp -a stuff/* $fs/usr/share/themes 1.21 +}