Bump revision for pkgs depending on jpeg (abi_depends bump).
[xbps/ojab.git] / srcpkgs / bdftopcf / template
blob1fdb7e9ceef37bde4cec447250d29bf25ae8737e
1 # Template build file for 'bdftopcf'.
2 pkgname=bdftopcf
3 version=1.0.2
4 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
5 build_style=gnu_configure
6 short_desc="BDF to PCF font converter for X11"
7 maintainer="Juan RP <xtraeme@gmail.com>"
8 checksum=11017f0dd637fd3228bd56fdbbd72193fd747c10d893a711c25bf6734c4da06b
9 long_desc="
10  The bdftopcf tool converts X fonts from Bitmap Distribution Format
11  to Portable Compiled Format.
13  Fonts in the Portable Compiled Format can be read by any architecture,
14  although the file is structured to allow one particular
15  architecture to read them directly without reformatting. This
16  allows fast reading on the appropriate machine, but the files
17  are still portable (but read more slowly) on other machines."
19 Add_dependency full glibc
20 Add_dependency full libXfont
21 Add_dependency build pkg-config