wok-6.x view chrommo-theme/receipt @ rev 18895

fusecloop/create_compressed_fs: deduplicate (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 18:55:56 2016 +0100 (2016-02-13)
parents c0e2210b4acf
children c2da0ba22fa6
line source
1 # SliTaz package receipt.
3 PACKAGE="chrommo-theme"
4 VERSION="1.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Chrommo theme for GTK+2 and Openbox"
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
9 WEB_SITE="http://hackdorte.tumblr.com"
11 DEPENDS="murrine openbox"
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 }