wok diff slim-theme-sandfive/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
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 Jan 27 10:37:43 2023 +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/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()