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