wok annotate slim-theme-default/receipt @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
parents 77143f213b9b
children dfef8de3d270
rev   line source
pankso@2838 1 # SliTaz package receipt.
pankso@2838 2
pankso@2838 3 PACKAGE="slim-theme-default"
al@14601 4 VERSION="1.3.5"
pankso@2838 5 CATEGORY="x-window"
al@14601 6 SHORT_DESC="Default theme bundled with SLiM."
pankso@2838 7 MAINTAINER="pankso@slitaz.org"
al@14601 8 LICENSE="GPL2"
al@14601 9 WEB_SITE="http://slim.berlios.de/"
al@14601 10
pankso@2838 11 DEPENDS="slim"
pankso@2838 12 WANTED="slim"
al@14601 13 RELATED="slim slim-pam"
pankso@2838 14
pankso@2838 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2838 16 genpkg_rules()
pankso@2838 17 {
pankso@2838 18 mkdir -p $fs/usr/share/slim
pankso@13364 19 cp -a $install/usr/share/slim/themes $fs/usr/share/slim
pankso@2838 20 }
al@14601 21
al@14601 22 post_install()
al@14601 23 {
al@14601 24 slim-theme -sdefault
al@14601 25 }
al@14601 26
al@14601 27 pre_remove()
al@14601 28 {
al@14601 29 slim-theme -fdefault
al@14601 30 }