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

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents dfef8de3d270
children 16bbdc96072c
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@19169 5 CATEGORY="customization"
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 {
pascal@17552 24 chroot "$1/" slim-theme -ssandfive
al@16779 25 }
al@16779 26
al@16779 27 pre_remove()
al@16779 28 {
pascal@17552 29 chroot "$1/" slim-theme -fsandfive
al@16779 30 }