wok view enlightenment-backgrounds/receipt @ rev 20318

revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:19:35 2018 +0000 (2018-05-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 }