wok view slitaz-backgrounds/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }