package created by autospec [release 0.3-1mamba;Fri Sep 03 2010]
This commit is contained in:
parent
4eb54ca3e8
commit
246ca94544
@ -1,2 +1,6 @@
|
||||
# ttf2png
|
||||
|
||||
ttf2png creates a PNG image containing a set of glyphs from a true type font.
|
||||
It's mainly aimed for creating bitmap fonts for games.
|
||||
It supports a multitude of commandline parameters to create suitable images for many purposes.
|
||||
|
||||
|
45
ttf2png.spec
Normal file
45
ttf2png.spec
Normal file
@ -0,0 +1,45 @@
|
||||
Name: ttf2png
|
||||
Version: 0.3
|
||||
Release: 1mamba
|
||||
Summary: Create a PNG image containing a set of glyphs from a true type font
|
||||
Group: Applications/Graphics
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.tdb.fi/ttf2png.shtml
|
||||
Source: http://www.tdb.fi/files/ttf2png-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libpng12-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
ttf2png creates a PNG image containing a set of glyphs from a true type font.
|
||||
It's mainly aimed for creating bitmap fonts for games.
|
||||
It supports a multitude of commandline parameters to create suitable images for many purposes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -m 0755 ttf2png %{buildroot}%{_bindir}/ttf2png
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%doc Readme gpl.txt
|
||||
|
||||
%changelog
|
||||
* Fri Sep 03 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user