wok view get-community-backgrounds/receipt @ rev 19935

Up grub2 (2.02)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 30 10:12:31 2017 +0200 (2017-04-30)
parents 15e6c6910ee3
children d95ae0b39830
line source
1 # SliTaz package receipt.
3 PACKAGE="get-community-backgrounds"
4 VERSION="002"
5 CATEGORY="x-window"
6 SHORT_DESC="Beautiful wallpapers created by the Slitaz Community."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds"
10 TAGS="artwork background wallpaper"
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-community-backgrounds
21 }