wok annotate sandfive-theme/receipt @ rev 17587

Up: patch 2.7.4
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 22:12:39 2015 +0000 (2015-02-08)
parents
children bc5d5781c529
rev   line source
al@16782 1 # SliTaz package receipt.
al@16782 2
al@16782 3 PACKAGE="sandfive-theme"
al@16782 4 VERSION="1.0"
al@16782 5 CATEGORY="x-window"
al@16782 6 SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox"
al@16782 7 MAINTAINER="holkfoor@gmail.com"
al@16782 8 LICENSE="PublicDomain"
al@16782 9 WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html"
al@16782 10
al@16782 11 DEPENDS="murrine openbox"
al@16782 12
al@16782 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16782 14 genpkg_rules()
al@16782 15 {
al@16782 16 mkdir -p $fs/usr/share/themes
al@16782 17 cp -a stuff/* $fs/usr/share/themes
al@16782 18 }