wok annotate slitaz-backgrounds/receipt @ rev 18815

lxpanel: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 16:27:43 2016 +0100 (2016-01-15)
parents
children 801c55e270d3
rev   line source
hackdorte@18329 1 # SliTaz package receipt.
hackdorte@18329 2
hackdorte@18329 3 PACKAGE="slitaz-backgrounds"
hackdorte@18329 4 VERSION="1.0"
hackdorte@18329 5 CATEGORY="x-window"
hackdorte@18329 6 SHORT_DESC="A collection of beautiful wallpapers for SliTaz."
hackdorte@18329 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18329 8 LICENSE="PublicDomain"
hackdorte@18329 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/backgrounds"
hackdorte@18329 10
hackdorte@18329 11 TARBALL="papers.tar.gz"
hackdorte@18329 12 WGET_URL="$WEB_SITE/$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@18329 20 mkdir -p $install/usr/share/backgrounds
hackdorte@18329 21 cp -a $src/* $install/usr/share/backgrounds
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 }