wok-next view gtk2-theme-chrommo/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk2-theme-chrommo"
4 VERSION="1.0.5"
5 CATEGORY="customization"
6 SHORT_DESC="A beautiful and modern theme with white color"
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 }