wok-next view gtk2-theme-chrommo/receipt @ rev 20497
Up xorg-xf86-input-libinput, xorg-xf86-video-amdgpu, xorg-xf86-video-omap, xorg-xf86-video-vmware, znc
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 14 17:22:06 2018 +0200 (2018-03-14) |
parents | 40fab26c175d |
children | d5aab818505e |
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="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 DEPENDS="gtk2-engine-murrine"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/themes
17 cp -a stuff/* $fs/usr/share/themes
18 }