wok view xine-fonts/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 9689f1b75619
children 7e9c544fd5ce
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-fonts"
4 VERSION="1.2.9"
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 }