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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 0b724e182c2c
children
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@21020 7 MAINTAINER="devel@slitaz.org"
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 }