wok-next view slim-theme-pilar/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents 0a411c8beacd
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-pilar"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Pilar - 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/pilar"
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 -spilar
26 }
28 pre_remove() {
29 chroot "$1/" slim-theme -fpilar
30 }