wok annotate blinder-theme/receipt @ rev 19045

Remove openbox blinder theme. Duplicated in the repository.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:13:08 2016 -0300 (2016-04-17)
parents c2da0ba22fa6
children
rev   line source
plus@18325 1 # SliTaz package receipt.
plus@18325 2
hackdorte@19045 3 PACKAGE="gtk2-theme-blinder"
hackdorte@19045 4 VERSION="1.0.3"
plus@18325 5 CATEGORY="x-window"
hackdorte@19045 6 SHORT_DESC="An elegant and modern gtk2 theme with a soft color of ice."
plus@18325 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19045 8 LICENSE="PublicDomain"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
plus@18325 10
hackdorte@18900 11 DEPENDS="murrine"
plus@18325 12
plus@18325 13 # Rules to gen a SliTaz package suitable for Tazpkg.
plus@18325 14 genpkg_rules()
plus@18325 15 {
hackdorte@19045 16 mkdir -p $fs/usr/share/themes
hackdorte@19045 17 cp -a stuff/* $fs/usr/share/themes
plus@18325 18 }