wok diff cairo-clock-themes/receipt @ rev 19874

linld: fix progname (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 31 10:37:54 2017 +0200 (2017-03-31)
parents 5576a54b083f
children 6e8b1bcb30e2
line diff
     1.1 --- a/cairo-clock-themes/receipt	Mon Oct 26 13:05:49 2009 +0100
     1.2 +++ b/cairo-clock-themes/receipt	Fri Mar 31 10:37:54 2017 +0200
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Set of themes for cairo-clock."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="cairo-clock"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="cairo-clock"
    1.10  WEB_SITE="http://macslow.thepimp.net/?page_id=23"
    1.11  
    1.12 +DEPENDS="cairo-clock"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/share/cairo-clock
    1.18 -	cp -a $_pkg/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock
    1.19 +	cp -a $install/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock
    1.20  	rm -rf $fs/usr/share/cairo-clock/themes/default
    1.21  }