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

updated sshpass (1.05 -> 1.06)
author Hans-G?nter Theisgen
date Fri Oct 11 13:11:00 2019 +0100 (2019-10-11)
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 }