wok view enlightenment-backgrounds/receipt @ rev 20917
updated fdupes (1.40 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 28 17:10:02 2019 +0100 (2019-02-28) |
parents | 689fcc83daec |
children |
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="https://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 }