wok diff slim-theme-pilar/receipt @ rev 23341
updated perl-html-tree (4.1 -> 5.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:01:44 2020 +0100 (2020-03-31) |
parents | 0a411c8beacd |
children |
line diff
1.1 --- a/slim-theme-pilar/receipt Thu Jun 02 02:41:24 2016 +0300 1.2 +++ b/slim-theme-pilar/receipt Tue Mar 31 09:01:44 2020 +0100 1.3 @@ -7,16 +7,23 @@ 1.4 MAINTAINER="holkfoor@gmail.com" 1.5 LICENSE="CC-BY" 1.6 WEB_SITE="http://www.slitaz.org/" 1.7 +COOKOPTS="!pngquant" 1.8 1.9 DEPENDS="slim slitaz-configs-base" 1.10 BUILD_DEPENDS="" 1.11 1.12 +# Rules to configure and make the package. 1.13 +compile_rules() 1.14 +{ 1.15 + theme=$install/usr/share/slim/themes/pilar 1.16 + mkdir -p $theme 1.17 + cp -a $stuff/* $theme 1.18 +} 1.19 + 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - theme=$fs/usr/share/slim/themes/pilar 1.24 - mkdir -p $theme 1.25 - cp -a $stuff/* $theme 1.26 + cp -a $install/* $fs 1.27 } 1.28 1.29 post_install()