wok diff slim-theme-sandfive/receipt @ rev 21332
Up libltdl (2.4.6), mtp-tools (1.1.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 19 15:52:41 2019 +0200 (2019-04-19) |
parents | 0a411c8beacd |
children |
line diff
1.1 --- a/slim-theme-sandfive/receipt Thu Jun 02 02:41:24 2016 +0300 1.2 +++ b/slim-theme-sandfive/receipt Fri Apr 19 15:52:41 2019 +0200 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/sandfive 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/sandfive 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()