wok-current view xine-fonts/receipt @ rev 18915

Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:53:25 2016 -0300 (2016-02-24)
parents 562fe5c20594
children 93f070d4d2d7
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-fonts"
4 VERSION="1.2.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra fonts for Xine video player."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xine-lib"
10 WEB_SITE="http://www.xinehq.de/"
12 DEPENDS="xine-ui"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/xine-lib
18 cp -a $install/usr/share/xine-lib/fonts \
19 $fs/usr/share/xine-lib
20 }