wok-next view 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 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk2-theme-blinder"
4 VERSION="1.0.3"
5 CATEGORY="customization"
6 SHORT_DESC="An elegant and modern GTK2 theme with a soft color of ice"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 genpkg_rules() {
12 mkdir -p $fs/usr/share/themes
13 cp -a $stuff/* $fs/usr/share/themes
14 DEPENDS="gtk2-engine-murrine"
15 }