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

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (23 months ago)
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 }