Files
packages/anda/tools/bdf2sfd/bdf2sfd.spec
T
2026-02-15 15:49:34 +00:00

31 lines
668 B
RPMSpec

Name: bdf2sfd
Version: 1.2.0
Release: 1%?dist
Summary: BDF to SFD converter, allowing to vectorize bitmap fonts
License: BSD-2-Clause
URL: https://github.com/fcambus/bdf2sfd
Source0: %url/archive/refs/tags/%version.tar.gz
BuildRequires: cmake gcc
%description
bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts.
It works by converting each pixel of a glyph to a polygon, which produces
large and unoptimized SFD files that should be post-processed using FontForge.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%doc README.md ChangeLog AUTHORS THANKS
%license LICENSE
%_bindir/%name
%_mandir/man1/%name.*