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

updated perl-xml-simple (2.18 -> 2.25)
author Hans-G?nter Theisgen
date Wed Apr 01 07:44:12 2020 +0100 (2020-04-01)
parents ead6a835d5b5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-community-backgrounds"
4 VERSION="1.00"
5 CATEGORY="x-window"
6 TAGS="artwork background wallpaper"
7 SHORT_DESC="Beautiful wallpapers created by the Slitaz Community."
8 MAINTAINER="hackdorte@sapo.pt"
9 LICENSE="GPLv3"
10 WEB_SITE="https://github.com/Slitaz-official/hackdorte-artwork"
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 }
19 post_install()
20 {
21 [ "$1" ] || get-community-backgrounds
22 }