wok annotate slitaz-backgrounds/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 15e6c6910ee3
children 5ea0ce1cecc0
rev   line source
hackdorte@18329 1 # SliTaz package receipt.
hackdorte@18329 2
hackdorte@18329 3 PACKAGE="slitaz-backgrounds"
al@19001 4 COMMIT="8f027a0" # Better use https://github.com/hackdorte/slitaz-backgrounds/releases
hackdorte@19000 5 VERSION="2.1"
hackdorte@18329 6 CATEGORY="x-window"
hackdorte@18980 7 SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
hackdorte@18329 8 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18980 9 LICENSE="PublicDomain"
pascal@20693 10 WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork"
hackdorte@18329 11
al@19001 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19001 13 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
hackdorte@18329 14
hackdorte@18329 15 # Rules to configure and make the package.
hackdorte@18329 16 compile_rules()
hackdorte@18329 17 {
hackdorte@18858 18 mkdir -p $install/usr/share/images
hackdorte@18858 19 cp -a $src/* $install/usr/share/images
hackdorte@18329 20 }
hackdorte@18329 21
hackdorte@18329 22 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18329 23 genpkg_rules()
hackdorte@18329 24 {
hackdorte@18329 25 cp -a $install/* $fs
hackdorte@18329 26 }
hackdorte@18980 27
hackdorte@18980 28 post_install()
hackdorte@18980 29 {
pascal@19065 30 rm -irf $1/usr/share/images/README.md
hackdorte@18980 31 }