wok view slitaz-violet-theme/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 40fab26c175d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-violet-theme"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox."
7 MAINTAINER="sygne@ombres.eu"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 DEPENDS="openbox clearlooks"
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 }