wok annotate get-community-backgrounds/receipt @ rev 23813

syslinux/iso2exe: fix linld.com path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 18:40:12 2020 +0000 (2020-05-25)
parents ead6a835d5b5
children
rev   line source
hackdorte@18985 1 # SliTaz package receipt.
hackdorte@18985 2
hackdorte@18985 3 PACKAGE="get-community-backgrounds"
Hans-G?nter@22808 4 VERSION="1.00"
hackdorte@18985 5 CATEGORY="x-window"
Hans-G?nter@22808 6 TAGS="artwork background wallpaper"
hackdorte@18985 7 SHORT_DESC="Beautiful wallpapers created by the Slitaz Community."
hackdorte@18985 8 MAINTAINER="hackdorte@sapo.pt"
Hans-G?nter@22808 9 LICENSE="GPLv3"
Hans-G?nter@22808 10 WEB_SITE="https://github.com/Slitaz-official/hackdorte-artwork"
hackdorte@18985 11
hackdorte@18985 12 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18985 13 genpkg_rules()
hackdorte@18985 14 {
Hans-G?nter@22808 15 mkdir -p $fs/usr/bin
Hans-G?nter@22808 16 cp stuff/* $fs/usr/bin
hackdorte@18985 17 }
Hans-G?nter@22808 18
hackdorte@18985 19 post_install()
hackdorte@18985 20 {
pascal@19065 21 [ "$1" ] || get-community-backgrounds
Hans-G?nter@22808 22 }