wok annotate slim-theme-sandfive/receipt @ rev 17163

Add wkhtmltopdf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 18 12:48:08 2014 +0200 (2014-09-18)
parents
children dfef8de3d270
rev   line source
al@16779 1 # SliTaz package receipt.
al@16779 2
al@16779 3 PACKAGE="slim-theme-sandfive"
al@16779 4 VERSION="1.0-20140601"
al@16779 5 CATEGORY="x-window"
al@16779 6 SHORT_DESC="SliTaz SandFive - theme for SLiM"
al@16779 7 MAINTAINER="holkfoor@gmail.com"
al@16779 8 LICENSE="CC-BY"
al@16779 9 WEB_SITE="http://www.slitaz.org/"
al@16779 10
al@16779 11 DEPENDS="slim slitaz-configs-base"
al@16779 12 BUILD_DEPENDS=""
al@16779 13
al@16779 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16779 15 genpkg_rules()
al@16779 16 {
al@16779 17 theme=$fs/usr/share/slim/themes/sandfive
al@16779 18 mkdir -p $theme
al@16779 19 cp -a $stuff/* $theme
al@16779 20 }
al@16779 21
al@16779 22 post_install()
al@16779 23 {
al@16779 24 slim-theme -ssandfive
al@16779 25 }
al@16779 26
al@16779 27 pre_remove()
al@16779 28 {
al@16779 29 slim-theme -fsandfive
al@16779 30 }