wok-current annotate 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
rev   line source
hackdorte@18985 1 # SliTaz package receipt.
hackdorte@18985 2
hackdorte@18985 3 PACKAGE="get-community-backgrounds"
hackdorte@18985 4 VERSION="001"
hackdorte@18985 5 CATEGORY="x-window"
hackdorte@18985 6 SHORT_DESC="Beautiful wallpapers created by the Slitaz Community."
hackdorte@18985 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18985 8 LICENSE="BSD"
hackdorte@18985 9 WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds"
hackdorte@18985 10 TAGS="artwork background wallpaper"
hackdorte@18985 11
hackdorte@18985 12 DEPENDS="unzip"
hackdorte@18985 13
hackdorte@18985 14 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18985 15 genpkg_rules()
hackdorte@18985 16 {
hackdorte@18985 17 mkdir -p $fs/usr/bin
hackdorte@18985 18 cp stuff/* $fs/usr/bin
hackdorte@18985 19 }
hackdorte@18985 20 post_install()
hackdorte@18985 21 {
hackdorte@18985 22 get-community-backgrounds
hackdorte@18985 23 }