wok annotate slitaz-backgrounds/receipt @ rev 19000

Up: More Wallpapers.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Mar 23 05:12:23 2016 -0300 (2016-03-23)
parents 394f1cdb3718
children 762b649a4d73
rev   line source
hackdorte@18329 1 # SliTaz package receipt.
hackdorte@18329 2
hackdorte@18329 3 PACKAGE="slitaz-backgrounds"
hackdorte@19000 4 VERSION="2.1"
hackdorte@18329 5 CATEGORY="x-window"
hackdorte@18980 6 SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
hackdorte@18329 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18980 8 LICENSE="PublicDomain"
hackdorte@18980 9 WEB_SITE="https://github.com/hackdorte/slitaz-backgrounds"
hackdorte@18329 10
hackdorte@18980 11 TARBALL="master.zip"
hackdorte@18980 12 WGET_URL="$WEB_SITE/archive/$TARBALL"
hackdorte@18329 13
hackdorte@18329 14 # Rules to configure and make the package.
hackdorte@18329 15 compile_rules()
hackdorte@18329 16 {
hackdorte@18858 17 mkdir -p $install/usr/share/images
hackdorte@18858 18 cp -a $src/* $install/usr/share/images
hackdorte@18329 19 }
hackdorte@18329 20
hackdorte@18329 21 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18329 22 genpkg_rules()
hackdorte@18329 23 {
hackdorte@18329 24 cp -a $install/* $fs
hackdorte@18329 25 }
hackdorte@18980 26
hackdorte@18980 27 post_install()
hackdorte@18980 28 {
hackdorte@18980 29 rm -irf /usr/share/images/README.md
hackdorte@18980 30 }