wok-6.x view xine-fonts/receipt @ rev 19194
Add: EtherApe. A graphical network monitor for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Mon Jun 06 09:08:05 2016 -0300 (2016-06-06) |
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 }