Added xf86-input-vmmouse-12.5.1 template.
[pkgfs.git] / templates / font-util.tmpl
blob740fe26559136e85f912826022a6e44f9eef617c
1 # Template build file for 'font-util'.
2 pkgname=font-util
3 version=1.0.1
4 extract_sufx=".tar.bz2"
5 url=http://xorg.freedesktop.org/releases/individual/font
6 build_style=gnu_configure
7 short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
8 maintainer="Juan RP <xtraeme@gmail.com>"
9 checksum=a9c758164ebc1da1a743fa73b68fae0fc5c215cc
10 long_desc="
11  The font-util package provides ucs2any and bdftruncate tools, for
12  generating  BDF fonts containing subsets of ISO 10646-1 code-points
13  and generating truncated BDF font from ISO 10646-1-encoded BDF
14  font. It also provides mapping-files (character set tables)
15  and the fontutil pkg-config and autoconf macro files."
17 # Transform bdftruncate.pl with correct path.
18 run_stuff_before="build"
19 run_stuff_before_build_file="$PKGFS_TMPLHELPDIR/perl-replace-path.sh"
20 run_stuff_before_build_cmd="perl_transform_file $wrksrc/bdftruncate.pl"