wok view xine-fonts/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
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 }