wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-backgrounds"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="A collection of beautiful wallpapers for SliTaz."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/backgrounds"
11 TARBALL="papers.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/backgrounds
21 cp -a $src/* $install/usr/share/backgrounds
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }