wok-next annotate get-community-backgrounds/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents ead6a835d5b5
children
rev   line source
hackdorte@18985 1 # SliTaz package receipt.
hackdorte@18985 2
hackdorte@18985 3 PACKAGE="get-community-backgrounds"
hackdorte@19070 4 VERSION="002"
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"
al@20882 10 REPOLOGY="-"
al@20882 11
hackdorte@18985 12 TAGS="artwork background wallpaper"
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 {
pascal@19065 22 [ "$1" ] || get-community-backgrounds
hackdorte@18985 23 }