wok-next view slim-theme-control/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents 0a411c8beacd
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-control"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Control - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 COOKOPTS="!pngquant"
13 compile_rules() {
14 theme="$install/usr/share/slim/themes/control"
15 mkdir -p $theme
16 cp -r $stuff/* $theme
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="slim slitaz-configs-base"
22 }
24 post_install() {
25 chroot "$1/" slim-theme -scontrol
26 }
28 pre_remove() {
29 chroot "$1/" slim-theme -fcontrol
30 }