wok view sandfive-theme/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
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 }