]> git.pld-linux.org Git - packages/cfe.git/commitdiff
- initial release cfe-0_6-1
authorpius <pius@pld-linux.org>
Fri, 4 Feb 2000 02:36:55 +0000 (02:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfe.spec -> 1.1

cfe.spec [new file with mode: 0644]

diff --git a/cfe.spec b/cfe.spec
new file mode 100644 (file)
index 0000000..1615c98
--- /dev/null
+++ b/cfe.spec
@@ -0,0 +1,49 @@
+Summary:       Console Font Editor
+Summary(pl):   Edytor fontów konsolowych
+Name:          cfe
+Version:       0.6
+Release:       1
+License:       GPL
+Group:         Utilities/Console
+Group(pl):     Narzêdzia/Konsola
+Vendor:                Eugene Osintsev <osgene@omskelecom.ru>
+Source:                http://gene.i-connect.com/files/%{name}-%{version}.tar.gz
+URL:           http://gene.i-connect.com/files/
+BuildRequires: ncurses-devel >= 5.0
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+cfe is a Linux console font editor which works well both on the console
+and the terminal. It includes such abilities as various glyph
+transforming, multi-level undo, and comparing glyphs of two fonts.
+
+%description -l pl
+cfe jest edytorem fontów konsolowych dla Linuksa, pracuj±cym zarówno
+na konsoli jak i terminalu. Posiada takie mo¿liwo¶ci, jak ró¿ne
+przekszta³cenia fontów, wielostopniowe cofanie i porównywanie dwóch
+fontów.
+
+%prep
+%setup -q
+
+%build
+
+make CFLAGS="$RPM_OPT_FLAGS -Wall -I/usr/include/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+make install-strip \
+       bindir=$RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf CHANGES TODO AUTHOR
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {CHANGES,TODO,AUTHOR}.gz 
+
+%attr(755,root,root) %{_bindir}/cfe
This page took 0.16323 seconds and 4 git commands to generate.