wok-next view slitaz-violet-theme/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents 7b3a23fb8fdb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-violet-theme"
4 VERSION="1.0"
5 CATEGORY="customization"
6 SHORT_DESC="Fresh violet theme for GTK2 and Openbox"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 compile_rules() {
13 mkdir -p $install/usr/share/themes/
14 cp -r $stuff/* $install/usr/share/themes/
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="openbox clearlooks"
20 }