wok view blinder-theme/receipt @ rev 18670
taziso, iso2exe.sh: add custom config support ; awstat-hotspot, awesome, avant-window-navigator: update pre/post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 04 21:23:22 2015 +0100 (2015-12-04) |
parents | c0e2210b4acf |
children | d4468c8fc5d7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="blinder-theme"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox"
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
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 }