wok-next annotate gtk2-theme-blinder/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children 0cbe4b1f2230
rev   line source
al@21020 1 # SliTaz package receipt v2.
plus@18325 2
hackdorte@19045 3 PACKAGE="gtk2-theme-blinder"
hackdorte@19045 4 VERSION="1.0.3"
al@19126 5 CATEGORY="customization"
al@21020 6 SHORT_DESC="An elegant and modern GTK2 theme with a soft color of ice"
al@21020 7 MAINTAINER="devel@slitaz.org"
hackdorte@19045 8 LICENSE="PublicDomain"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
plus@18325 10
al@21020 11 genpkg_rules() {
al@19112 12 mkdir -p $fs/usr/share/themes
al@21020 13 cp -a $stuff/* $fs/usr/share/themes
al@21020 14 DEPENDS="gtk2-engine-murrine"
plus@18325 15 }