wok annotate slim-theme-control/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents 16bbdc96072c
children
rev   line source
al@14723 1 # SliTaz package receipt.
al@14723 2
al@14723 3 PACKAGE="slim-theme-control"
al@14723 4 VERSION="1.0-20130609"
al@19169 5 CATEGORY="customization"
al@14723 6 SHORT_DESC="Control - theme for SLiM"
al@14723 7 MAINTAINER="holkfoor@gmail.com"
al@14723 8 LICENSE="CC-BY"
al@14723 9 WEB_SITE="http://www.slitaz.org/"
al@19958 10 COOKOPTS="!pngquant"
al@14723 11
al@14723 12 DEPENDS="slim slitaz-configs-base"
al@14723 13 BUILD_DEPENDS=""
al@14723 14
al@19959 15 # Rules to configure and make the package.
al@19959 16 compile_rules()
al@19959 17 {
al@19959 18 theme=$install/usr/share/slim/themes/control
al@19959 19 mkdir -p $theme
al@19959 20 cp -a $stuff/* $theme
al@19959 21 }
al@19959 22
al@14723 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14723 24 genpkg_rules()
al@14723 25 {
al@19959 26 cp -a $install/* $fs
al@14723 27 }
al@14723 28
al@14723 29 post_install()
al@14723 30 {
pascal@17552 31 chroot "$1/" slim-theme -scontrol
al@14723 32 }
al@14723 33
al@14723 34 pre_remove()
al@14723 35 {
pascal@17552 36 chroot "$1/" slim-theme -fcontrol
al@14723 37 }