wok-next view get-slitaz-extra-themes/receipt @ rev 19980
Up libva (1.8.2)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 18 03:39:08 2017 +0300 (2017-10-18) |
parents | 79f504afbb17 |
children | d958fec46c9f |
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="https://github.com/hackdorte/slitaz-themes"
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 }