wok view enlightenment-backgrounds/receipt @ rev 14462

Remove geanyvc. Now include in geny-plgins
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 02:57:52 2013 +0200 (2013-04-27)
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 }