wok annotate xine-fonts/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 205d192370e5
children 9689f1b75619
rev   line source
pankso@12525 1 # SliTaz package receipt.
pankso@12525 2
pankso@12525 3 PACKAGE="xine-fonts"
pascal@16091 4 VERSION="1.2.4"
pankso@12525 5 CATEGORY="x-window"
pankso@12525 6 SHORT_DESC="Extra fonts for Xine video player."
pankso@12525 7 MAINTAINER="pankso@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pankso@12525 9 WANTED="xine-lib"
pankso@12525 10 WEB_SITE="http://www.xinehq.de/"
pascal@15001 11
pankso@12525 12 DEPENDS="xine"
pankso@12525 13
pankso@12525 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12525 15 genpkg_rules()
pankso@12525 16 {
pankso@12525 17 mkdir -p $fs/usr/share/xine-lib
pankso@12525 18 cp -a $install/usr/share/xine-lib/fonts \
pankso@12525 19 $fs/usr/share/xine-lib
pankso@12525 20 }