wok annotate slitaz-backgrounds/receipt @ rev 18858

Changed the directory: backgrounds to images
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jan 27 06:01:21 2016 +0000 (2016-01-27)
parents 774ccdbc61ce
children 7f8dbde7f68e
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@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 }