wok annotate slitaz-backgrounds/receipt @ rev 18980

Up: New wallpapers and new mirror.
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Mar 15 05:30:13 2016 -0300 (2016-03-15)
parents 53941ef9db28
children 2de1df5c36c1
rev   line source
hackdorte@18329 1 # SliTaz package receipt.
hackdorte@18329 2
hackdorte@18329 3 PACKAGE="slitaz-backgrounds"
hackdorte@18980 4 VERSION="2.0"
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 DEPENDS=""
hackdorte@18329 15 BUILD_DEPENDS="wget"
hackdorte@18329 16
hackdorte@18329 17 # Rules to configure and make the package.
hackdorte@18329 18 compile_rules()
hackdorte@18329 19 {
hackdorte@18858 20 mkdir -p $install/usr/share/images
hackdorte@18858 21 cp -a $src/* $install/usr/share/images
hackdorte@18329 22 }
hackdorte@18329 23
hackdorte@18329 24 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18329 25 genpkg_rules()
hackdorte@18329 26 {
hackdorte@18329 27 cp -a $install/* $fs
hackdorte@18329 28 }
hackdorte@18980 29
hackdorte@18980 30 post_install()
hackdorte@18980 31 {
hackdorte@18980 32 rm -irf /usr/share/images/README.md
hackdorte@18980 33 }