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

xfce-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 18:41:09 2017 +0100 (2017-02-18)
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 }