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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 0a411c8beacd
children
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@19958 10 COOKOPTS="!pngquant"
al@16779 11
al@16779 12 DEPENDS="slim slitaz-configs-base"
al@16779 13 BUILD_DEPENDS=""
al@16779 14
al@19958 15 # Rules to configure and make the package.
al@19958 16 compile_rules()
al@19958 17 {
al@19958 18 theme=$install/usr/share/slim/themes/sandfive
al@19958 19 mkdir -p $theme
al@19958 20 cp -a $stuff/* $theme
al@19958 21 }
al@19958 22
al@16779 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16779 24 genpkg_rules()
al@16779 25 {
al@19958 26 cp -a $install/* $fs
al@16779 27 }
al@16779 28
al@16779 29 post_install()
al@16779 30 {
pascal@17552 31 chroot "$1/" slim-theme -ssandfive
al@16779 32 }
al@16779 33
al@16779 34 pre_remove()
al@16779 35 {
pascal@17552 36 chroot "$1/" slim-theme -fsandfive
al@16779 37 }