wok view sandfive-theme/receipt @ rev 22179

linld: spare up to 30k more for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 13:26:32 2019 +0100 (2019-11-09)
parents 40fab26c175d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="sandfive-theme"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork/tree/master/themes"
10 HOST_ARCH="any"
12 DEPENDS="gtk2-engine-murrine openbox"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/themes
18 cp -a stuff/* $fs/usr/share/themes
19 }