wok-current view enlightenment-backgrounds/receipt @ rev 15943
arm arch: fix pkgs build for kbd and e2fsprogs plus add flex and check
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 23:10:15 2014 +0100 (2014-02-22) |
parents | d3e76f1e0aee |
children | 689fcc83daec |
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.5"
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 }