wok-current view slitaz-violet-theme/receipt @ rev 20392
libgnutls: add p11-kit, see http://forum.slitaz.org/topic/current-slitaz-iso-needs-you-to-install-p11-kit-package
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 24 09:21:47 2018 +0000 (2018-06-24) |
parents | 887b3b11683d |
children | 6135577f4d08 |
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.souffles.eu/linux"
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 }