wok-next view gtk2-theme-blinder/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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/"
10 HOST_ARCH="any"
12 genpkg_rules() {
13 mkdir -p $fs/usr/share/themes
14 cp -a $stuff/* $fs/usr/share/themes
15 DEPENDS="gtk2-engine-murrine"
16 }