wok view slitaz-backgrounds/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents 15e6c6910ee3
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-backgrounds"
4 COMMIT="8f027a0" # Better use https://github.com/hackdorte/slitaz-backgrounds/releases
5 VERSION="2.1"
6 CATEGORY="x-window"
7 SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
8 MAINTAINER="hackdorte@sapo.pt"
9 LICENSE="PublicDomain"
10 WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $install/usr/share/images
19 cp -a $src/* $install/usr/share/images
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }
28 post_install()
29 {
30 rm -irf $1/usr/share/images/README.md
31 }