]> git.pld-linux.org Git - packages/afe.git/blob - afe.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/afe.git] / afe.spec
1 Summary:        Another (PSF) Font Editor
2 Summary(pl):    afe (jeszcze jeden edytor fontów PSF)
3 Name:           afe
4 Version:        20020901
5 Release:        1
6 License:        GPLv2
7 Group:          X11/Applications
8 Source0:        http://www.mat.uni.torun.pl/~witek/%{name}-%{version}.src.tar.bz2
9 Requires:       /usr/bin/wish
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Afe is simple PSF font editor written in Tcl/Tk. Editing many fonts
15 with afe is very easy.
16
17 %description -l pl
18 Afe to prosty edytor fontów PSF napisany w Tcl/Tk.  Pozwala na pracê
19 z wieloma fontami równocze¶nie.
20
21 %prep
22 %setup -q
23
24 %build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29 install %{name} $RPM_BUILD_ROOT%{_bindir}
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README AUTHORS
36 %attr(755,root,root) %{_bindir}/*
This page took 0.04788 seconds and 3 git commands to generate.