wok view slitaz-backgrounds/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents 7f8dbde7f68e
children 394f1cdb3718
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-backgrounds"
4 VERSION="1.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="A collection of beautiful wallpapers for SliTaz."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
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/images
21 cp -a $src/* $install/usr/share/images
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }