wok view enlightenment-backgrounds/receipt @ rev 15164

Up xorg-xf86-input-void (1.4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 18:48:58 2013 +0000 (2013-08-15)
parents 41f69993cf16
children d0bbc852e6ce
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 LICENSE="BSD"
9 WANTED="enlightenment"
10 WEB_SITE="http://www.enlightenment.org/"
12 DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/enlightenment/data/backgrounds
18 cp -a $install/usr/share/enlightenment/data/backgrounds/* \
19 $fs/usr/share/enlightenment/data/backgrounds
20 }