]> git.pld-linux.org Git - packages/afe.git/commitdiff
initial release
authorjuandon <witekfl@pld-linux.org>
Sat, 28 Sep 2002 19:49:28 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    afe.spec -> 1.1

afe.spec [new file with mode: 0644]

diff --git a/afe.spec b/afe.spec
new file mode 100644 (file)
index 0000000..352d57b
--- /dev/null
+++ b/afe.spec
@@ -0,0 +1,36 @@
+Summary:       Another (PSF) Font Editor
+Summary(pl):   afe (jeszcze jeden edytor fontów PSF)
+Name:          afe
+Version:       20020901
+Release:       1
+License:       GPLv2
+Group:         X11/Applications
+Source0:       http://www.mat.uni.torun.pl/~witek/%{name}-%{version}.src.tar.bz2
+Requires:      /usr/bin/wish
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Afe is simple PSF font editor written in Tcl/Tk. Editing many fonts
+with afe is very easy.
+
+%description -l pl
+Afe to prosty edytor fontów PSF napisany w Tcl/Tk.  Pozwala na pracê
+z wieloma fontami równocze¶nie.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README AUTHORS
+%attr(755,root,root) %{_bindir}/*
This page took 0.064101 seconds and 4 git commands to generate.