wok view xine-fonts/receipt @ rev 24282
cookutils: remove old pkgdb.block (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 11 18:14:39 2022 +0000 (2022-01-11) |
parents | 53d149487e08 |
children | 96982f54e3dc |
line source
1 # SliTaz package receipt.
3 PACKAGE="xine-fonts"
4 VERSION="1.2.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra fonts for Xine video player."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xinehq.de/"
11 DEPENDS="xine-ui"
12 WANTED="xine-lib"
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 }