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

updated lgi (0.7.2 -> 0.9.2)
author Hans-G?nter Theisgen
date Tue Mar 19 14:23:46 2019 +0100 (2019-03-19)
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 }