wok annotate slitaz-backgrounds/receipt @ rev 18339

Up: bin86 (0.16.21)
author Alexander Medvedev <devl547@gmail.com>
date Thu Sep 10 22:18:40 2015 +0000 (2015-09-10)
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 }