wok-current view xine-fonts/receipt @ rev 14590
drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 27 00:27:59 2013 +0000 (2013-05-27) |
parents | |
children | 408c87fa22ca |
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-fonts"
4 VERSION="1.2.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra fonts for Xine video player."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="xine-lib"
9 WEB_SITE="http://www.xinehq.de/"
10 DEPENDS="xine"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/xine-lib
16 cp -a $install/usr/share/xine-lib/fonts \
17 $fs/usr/share/xine-lib
18 }