wok annotate cairo-clock-themes/receipt @ rev 20333

linux: read default cmdline from EFI\BOOT\linux.cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 13:53:27 2018 +0200 (2018-06-02)
parents 5576a54b083f
children 6e8b1bcb30e2
rev   line source
pankso@4426 1 # SliTaz package receipt.
pankso@4426 2
pankso@4426 3 PACKAGE="cairo-clock-themes"
pankso@4426 4 VERSION="0.3.4"
pankso@4426 5 CATEGORY="x-window"
pankso@4426 6 SHORT_DESC="Set of themes for cairo-clock."
pankso@4426 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pankso@4426 9 WANTED="cairo-clock"
pankso@4426 10 WEB_SITE="http://macslow.thepimp.net/?page_id=23"
pankso@4426 11
pascal@15002 12 DEPENDS="cairo-clock"
pascal@15002 13
pankso@4426 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4426 15 genpkg_rules()
pankso@4426 16 {
pankso@4426 17 mkdir -p $fs/usr/share/cairo-clock
pascal@15002 18 cp -a $install/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock
pankso@4426 19 rm -rf $fs/usr/share/cairo-clock/themes/default
pankso@4426 20 }