wok view enlightenment-backgrounds/receipt @ rev 18730

Quote root dir in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 20 15:13:45 2015 +0100 (2015-12-20)
parents d0bbc852e6ce
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional backgrounds for Enlightenment."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="BSD"
9 WANTED="enlightenment"
10 WEB_SITE="http://www.enlightenment.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/enlightenment/data/backgrounds
19 cp -a $install/usr/share/enlightenment/data/backgrounds/* \
20 $fs/usr/share/enlightenment/data/backgrounds
21 }