wok view slitaz-backgrounds/receipt @ rev 18983

Add clementine (thanks Shevtsov Anton)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 16 20:46:18 2016 +0200 (2016-03-16)
parents 53941ef9db28
children 2de1df5c36c1
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-backgrounds"
4 VERSION="2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://github.com/hackdorte/slitaz-backgrounds"
11 TARBALL="master.zip"
12 WGET_URL="$WEB_SITE/archive/$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 }
30 post_install()
31 {
32 rm -irf /usr/share/images/README.md
33 }