wok view slim-theme-montanhoso/receipt @ rev 19361

Up tazpkg (919)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 03 08:46:48 2016 +0200 (2016-08-03)
parents f8b381f96ad6
children 16bbdc96072c
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-montanhoso"
4 VERSION="20150526"
5 CATEGORY="customization"
6 SHORT_DESC="Montanhoso - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE"
12 TAGS="hackdorte slim"
14 DEPENDS="slim"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/slim/themes/Montanhoso
21 cp -a $src/* $install/usr/share/slim/themes/Montanhoso
22 chown -R root:root $install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }
31 post_install()
32 {
33 chroot "$1/" slim-theme -s Montanhoso
34 }
36 pre_remove()
37 {
38 chroot "$1/" slim-theme -f Montanhoso
39 }