wok view enlightenment-backgrounds/receipt @ rev 14639

Fixed all xorg receipts to use SOURCE variable again. Please use SOURCE variable Aleksej.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 02 09:36:07 2013 +0000 (2013-06-02)
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 }