wok-next annotate slitaz-violet-theme/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7b3a23fb8fdb
children
rev   line source
al@21000 1 # SliTaz package receipt v2.
sygne@1000 2
sygne@1000 3 PACKAGE="slitaz-violet-theme"
sygne@1000 4 VERSION="1.0"
al@19126 5 CATEGORY="customization"
al@21000 6 SHORT_DESC="Fresh violet theme for GTK2 and Openbox"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@21000 9 WEB_SITE="http://www.slitaz.org/"
al@20888 10 REPOLOGY="-"
pascal@15579 11
al@21000 12 compile_rules() {
al@21000 13 mkdir -p $install/usr/share/themes/
al@21001 14 cp -r $stuff/* $install/usr/share/themes/
al@21000 15 }
sygne@1000 16
al@21000 17 genpkg_rules() {
al@21000 18 copy @std
al@21000 19 DEPENDS="openbox clearlooks"
sygne@1000 20 }