wok view enlightenment-backgrounds/receipt @ rev 14657

Normalize LICENSE according to wok/licenses package (bsd part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 16:21:04 2013 +0200 (2013-06-05)
parents
children b18137a3ae72
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.2.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional backgrounds for Enlightenment."
7 MAINTAINER="domcox@slitaz.org"
8 WANTED="enlightenment"
9 WEB_SITE="http://www.enlightenment.org/"
11 DEPENDS=""
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/enlightenment/data/backgrounds
17 cp -a $install/usr/share/enlightenment/data/backgrounds/* \
18 $fs/usr/share/enlightenment/data/backgrounds
19 }