wok annotate get-slitaz-extra-themes/receipt @ rev 19019

slitaz-base-files (303), slitaz-tools, tazdrop (975), tazinst-gui, tazinst (68)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 01 11:06:21 2016 +0200 (2016-04-01)
parents
children 15e6c6910ee3
rev   line source
hackdorte@18987 1 # SliTaz package receipt.
hackdorte@18987 2
hackdorte@18987 3 PACKAGE="get-slitaz-extra-themes"
hackdorte@18987 4 VERSION="001"
hackdorte@18987 5 CATEGORY="x-window"
hackdorte@18987 6 SHORT_DESC="Additional themes for Slitaz GNU/Linux."
hackdorte@18987 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18987 8 LICENSE="BSD"
hackdorte@18987 9 WEB_SITE="https://github.com/hackdorte/slitaz-themes"
hackdorte@18987 10 TAGS="artwork gtk openbox theme"
hackdorte@18987 11
hackdorte@18987 12 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18987 13 genpkg_rules()
hackdorte@18987 14 {
hackdorte@18987 15 mkdir -p $fs/usr/bin
hackdorte@18987 16 cp stuff/* $fs/usr/bin
hackdorte@18987 17 }
hackdorte@18987 18 post_install()
hackdorte@18987 19 {
hackdorte@18987 20 get-slitaz-extra-themes
hackdorte@18987 21 }