Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37730697
en ru br
ALT Linux repos
S:3.1-alt1

Group :: System/X11
RPM: otf2bdf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: otf2bdf
Version: 3.1
Release: alt1
Summary: Generate BDF bitmap fonts from OpenType outline fonts

License: MIT
Group: System/X11
Url: http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/

Source: %name-%version.tar

BuildRequires: make
BuildRequires: gcc
BuildRequires: libfreetype-devel

%description
otf2bdf is a command line utility that uses the FreeType 2 font
rendering library to generate BDF bitmap fonts from OpenType outline
fonts at different sizes and resolutions. This program is essentially
the same as the ttf2bdf program except that it uses FreeType 2.*, not
FreeType 1.*, has some bug fixes, and includes a new command line
parameter to print out the available encoding tables in the font.

%prep
%setup

%build
%configure
%make_build

%install


install -d -m 755 %buildroot%_bindir
install -p -m 755 %name %buildroot%_bindir

install -d -m 755 %buildroot%_man1dir
install -p -m 644 %name.man %buildroot%_man1dir/%name.1

%files
%doc README
%_bindir/%name
%_man1dir/%name.1.*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin