wok view slitaz-backgrounds/receipt @ rev 19000

Up: More Wallpapers.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Mar 23 05:12:23 2016 -0300 (2016-03-23)
parents 394f1cdb3718
children 762b649a4d73
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-backgrounds"
4 VERSION="2.1"
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $install/usr/share/images
18 cp -a $src/* $install/usr/share/images
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }
27 post_install()
28 {
29 rm -irf /usr/share/images/README.md
30 }