wok annotate chrommo-theme/receipt @ rev 18900

Up: Correct link to author homepage and better appearance file description in Tazpanel.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Feb 18 16:11:22 2016 -0200 (2016-02-18)
parents d4468c8fc5d7
children 96e88acc5a31
rev   line source
plus@18325 1 # SliTaz package receipt.
plus@18325 2
plus@18325 3 PACKAGE="chrommo-theme"
hackdorte@18900 4 VERSION="1.0.4"
plus@18325 5 CATEGORY="x-window"
plus@18325 6 SHORT_DESC="SliTaz Chrommo theme for GTK+2 and Openbox"
plus@18325 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18860 8 LICENSE="BSD"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
plus@18325 10
plus@18325 11 DEPENDS="murrine openbox"
plus@18325 12
plus@18325 13 # Rules to gen a SliTaz package suitable for Tazpkg.
plus@18325 14 genpkg_rules()
plus@18325 15 {
plus@18325 16 mkdir -p $fs/usr/share/themes
plus@18325 17 cp -a stuff/* $fs/usr/share/themes
plus@18325 18 }