wok-next view blinder-theme/receipt @ rev 18962
Add radvd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 09 12:10:42 2016 +0100 (2016-03-09) |
parents | d4468c8fc5d7 |
children | 54520f45886e |
line source
1 # SliTaz package receipt.
3 PACKAGE="blinder-theme"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz Blinder theme for GTK+2 and Openbox"
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 DEPENDS="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 }