wok view cairo-clock-themes/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 5576a54b083f
children 6e8b1bcb30e2
line source
1 # SliTaz package receipt.
3 PACKAGE="cairo-clock-themes"
4 VERSION="0.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Set of themes for cairo-clock."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="cairo-clock"
10 WEB_SITE="http://macslow.thepimp.net/?page_id=23"
12 DEPENDS="cairo-clock"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/cairo-clock
18 cp -a $install/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock
19 rm -rf $fs/usr/share/cairo-clock/themes/default
20 }