wok annotate slim-theme-pilar/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | 0a411c8beacd |
children |
rev | line source |
---|---|
al@14723 | 1 # SliTaz package receipt. |
al@14723 | 2 |
al@14723 | 3 PACKAGE="slim-theme-pilar" |
al@14723 | 4 VERSION="1.0-20130609" |
al@19169 | 5 CATEGORY="customization" |
al@14723 | 6 SHORT_DESC="Pilar - theme for SLiM" |
al@14723 | 7 MAINTAINER="holkfoor@gmail.com" |
al@14723 | 8 LICENSE="CC-BY" |
al@14723 | 9 WEB_SITE="http://www.slitaz.org/" |
al@19958 | 10 COOKOPTS="!pngquant" |
al@14723 | 11 |
al@14723 | 12 DEPENDS="slim slitaz-configs-base" |
al@14723 | 13 BUILD_DEPENDS="" |
al@14723 | 14 |
al@19958 | 15 # Rules to configure and make the package. |
al@19958 | 16 compile_rules() |
al@19958 | 17 { |
al@19958 | 18 theme=$install/usr/share/slim/themes/pilar |
al@19958 | 19 mkdir -p $theme |
al@19958 | 20 cp -a $stuff/* $theme |
al@19958 | 21 } |
al@19958 | 22 |
al@14723 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14723 | 24 genpkg_rules() |
al@14723 | 25 { |
al@19958 | 26 cp -a $install/* $fs |
al@14723 | 27 } |
al@14723 | 28 |
al@14723 | 29 post_install() |
al@14723 | 30 { |
pascal@17552 | 31 chroot "$1/" slim-theme -spilar |
al@14723 | 32 } |
al@14723 | 33 |
al@14723 | 34 pre_remove() |
al@14723 | 35 { |
pascal@17552 | 36 chroot "$1/" slim-theme -fpilar |
al@14723 | 37 } |