wok-current view gtk2-theme-chrommo/receipt @ rev 20124
w3m: use imlib2
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 01:56:59 2017 +0200 (2017-10-15) |
parents | 887b3b11683d |
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="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
10 HOST_ARCH="any"
12 DEPENDS="gtk2-engine-murrine"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/themes
18 cp -a stuff/* $fs/usr/share/themes
19 }