wok-6.x view enlightenment-backgrounds/receipt @ rev 18549

Up freetype(2.6.1) (latest) with subpixel rendering available.
Good-looking and clear fonts for TFT screen without the need for freetype-infinality.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 14:03:13 2015 +0200 (2015-11-07)
parents d0bbc852e6ce
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="enlightenment-backgrounds"
4 VERSION="0.17.6"
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/"
11 HOST_ARCH="i486 arm"
13 DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/enlightenment/data/backgrounds
19 cp -a $install/usr/share/enlightenment/data/backgrounds/* \
20 $fs/usr/share/enlightenment/data/backgrounds
21 }