wok view get-slitaz-extra-themes/receipt @ rev 25436

Up bacon (4.5), clex (4.7), rcssmin (1.1.1), remind (04.00.03)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 31 16:18:16 2022 +0000 (20 months ago)
parents 15e6c6910ee3
children 8ea0030e77cb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-slitaz-extra-themes"
4 VERSION="001"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional themes for Slitaz GNU/Linux."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
9 WEB_SITE="http://hg.slitaz.org/wok/file/$PACKAGE/stuff/"
10 TAGS="artwork gtk openbox theme"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/* $fs/usr/bin
17 }
18 post_install()
19 {
20 [ "$1" ] || get-slitaz-extra-themes
21 }