wok view enlightenment-backgrounds/receipt @ rev 14989

thunderbird-langpack-*: add license; add cs, el, en_US, es_AR, hu, pl, sl, sv_SE locales
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 09 13:10:42 2013 +0300 (2013-08-09)
parents b18137a3ae72
children d3e76f1e0aee
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.4"
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 }