wok rev 14436

Add: enlightenment-backgrounds
author Dominique Corbex <domcox@slitaz.org>
date Wed Apr 24 22:10:01 2013 +0200 (2013-04-24)
parents 9c5c569c6146
children f6de2e99f9cd
files enlightenment-backgrounds/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/enlightenment-backgrounds/receipt	Wed Apr 24 22:10:01 2013 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="enlightenment-backgrounds"
     1.7 +VERSION="0.17.2.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Additional backgrounds for Enlightenment."
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +WANTED="enlightenment"
    1.12 +WEB_SITE="http://www.enlightenment.org/"
    1.13 +
    1.14 +DEPENDS=""
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/enlightenment/data/backgrounds
    1.20 +	cp -a $install/usr/share/enlightenment/data/backgrounds/* \
    1.21 +		$fs/usr/share/enlightenment/data/backgrounds
    1.22 +}