wok annotate slim-theme-sandfive/receipt @ rev 18497

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
parents bc9334796734
children 0a411c8beacd
rev   line source
al@16779 1 # SliTaz package receipt.
al@16779 2
al@16779 3 PACKAGE="slim-theme-sandfive"
al@16779 4 VERSION="1.0-20140601"
al@16779 5 CATEGORY="x-window"
al@16779 6 SHORT_DESC="SliTaz SandFive - theme for SLiM"
al@16779 7 MAINTAINER="holkfoor@gmail.com"
al@16779 8 LICENSE="CC-BY"
al@16779 9 WEB_SITE="http://www.slitaz.org/"
al@16779 10
al@16779 11 DEPENDS="slim slitaz-configs-base"
al@16779 12 BUILD_DEPENDS=""
al@16779 13
al@16779 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16779 15 genpkg_rules()
al@16779 16 {
al@16779 17 theme=$fs/usr/share/slim/themes/sandfive
al@16779 18 mkdir -p $theme
al@16779 19 cp -a $stuff/* $theme
al@16779 20 }
al@16779 21
al@16779 22 post_install()
al@16779 23 {
pascal@17552 24 chroot "$1/" slim-theme -ssandfive
al@16779 25 }
al@16779 26
al@16779 27 pre_remove()
al@16779 28 {
pascal@17552 29 chroot "$1/" slim-theme -fsandfive
al@16779 30 }