wok diff slim-theme-radarspider/receipt @ rev 24461
updated daloradius (0.9-9 -> 1.1-2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 16 17:15:55 2022 +0100 (2022-02-16) |
parents | 0a411c8beacd |
children |
line diff
1.1 --- a/slim-theme-radarspider/receipt Thu Jun 02 02:41:24 2016 +0300 1.2 +++ b/slim-theme-radarspider/receipt Wed Feb 16 17:15:55 2022 +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/radarspider 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/radarspider 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()