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

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents
children f671f3a6699d
line source
1 # SliTaz package receipt.
3 PACKAGE="get-community-backgrounds"
4 VERSION="001"
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 DEPENDS="unzip"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/* $fs/usr/bin
19 }
20 post_install()
21 {
22 get-community-backgrounds
23 }