wok view slim-theme-robotic/receipt @ rev 14921

Up: firefox-langpack-pt_PT (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:25:46 2013 +0000 (2013-08-06)
parents
children dfef8de3d270
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-robotic"
4 VERSION="1.0-20130609"
5 CATEGORY="x-window"
6 SHORT_DESC="Robotic - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 DEPENDS="slim slitaz-configs-base"
12 BUILD_DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 theme=$fs/usr/share/slim/themes/robotic
18 mkdir -p $theme
19 cp -a $stuff/* $theme
20 }
22 post_install()
23 {
24 slim-theme -srobotic
25 }
27 pre_remove()
28 {
29 slim-theme -frobotic
30 }