wok-next annotate slim-theme-sandfive/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents 0a411c8beacd
children d5aab818505e
rev   line source
al@20412 1 # SliTaz package receipt v2.
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@20412 11 COOKOPTS="!pngquant"
al@16779 12
al@20412 13 compile_rules() {
al@20412 14 theme="$install/usr/share/slim/themes/sandfive"
al@16779 15 mkdir -p $theme
al@20412 16 cp -r $stuff/* $theme
al@16779 17 }
al@16779 18
al@20412 19 genpkg_rules() {
al@20412 20 copy @std
al@20412 21 DEPENDS="slim slitaz-configs-base"
al@20412 22 }
al@20412 23
al@20412 24 post_install() {
pascal@17552 25 chroot "$1/" slim-theme -ssandfive
al@16779 26 }
al@16779 27
al@20412 28 pre_remove() {
pascal@17552 29 chroot "$1/" slim-theme -fsandfive
al@16779 30 }