wok-current view get-community-backgrounds/receipt @ rev 25721
Update slitaz-i18n for gnumeric
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 18 11:25:19 2024 +0000 (7 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 }