wok annotate slitaz-violet-theme/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 5bf0880f07c1
children 887b3b11683d
rev   line source
sygne@1000 1 # SliTaz package receipt.
sygne@1000 2
sygne@1000 3 PACKAGE="slitaz-violet-theme"
sygne@1000 4 VERSION="1.0"
sygne@1000 5 CATEGORY="x-window"
sygne@1000 6 SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox."
sygne@1000 7 MAINTAINER="sygne@ombres.eu"
pascal@15579 8 LICENSE="GPL3"
pascal@15579 9 WEB_SITE="http://www.souffles.eu/linux"
pascal@15579 10
sygne@1000 11 DEPENDS="openbox clearlooks"
sygne@1000 12
sygne@1000 13 # Rules to gen a SliTaz package suitable for Tazpkg.
sygne@1000 14 genpkg_rules()
sygne@1000 15 {
sygne@1000 16
sygne@1000 17 mkdir -p $fs/usr/share/themes
sygne@1000 18 cp -a stuff/* $fs/usr/share/themes
sygne@1000 19
sygne@1000 20
sygne@1000 21 }
sygne@1000 22