wok view enlightenment-backgrounds/receipt @ rev 14716

lib[o-r]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:09:32 2013 +0200 (2013-06-11)
parents 3a068fe93ee8
children 41f69993cf16
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.3"
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 }