]> git.pld-linux.org Git - packages/aee.git/commitdiff
- initital pld version, partialy based on mdk spec
authorundefine <undefine@pld-linux.org>
Sat, 27 Aug 2005 01:10:45 +0000 (01:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aee.spec -> 1.1

aee.spec [new file with mode: 0644]

diff --git a/aee.spec b/aee.spec
new file mode 100644 (file)
index 0000000..9e6981a
--- /dev/null
+++ b/aee.spec
@@ -0,0 +1,48 @@
+Summary:       An easy to use text editor
+Summary(pl):   £atwy w u¿yciu edytor tekstowy
+Name:          aee
+Version:       2.2.15b
+Release:       1
+License:       Artistic
+Group:         Applications/Editors
+URL:           http://mahon.cwx.net/
+Source0:       http://mahon.cwx.net/sources/%{name}-%{version}.tar.gz
+Patch0:                %{name}-conf.patch
+BuildRequires: XFree86-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An easy to use text editor. Intended to be usable with little or no
+instruction. Provides both a terminal (curses based) interface and
+native X-Windows interface (in which case the executable is called
+xae). Features include pop-up menus, journalling (to recover from
+system crash or loss of connection), cut-and-paste, multiple buffers
+(associated with files or not), and much more.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} both \
+       OPTFLAGS="%{rpmcflags} -L%{_prefix}/X11R6/%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -D xae $RPM_BUILD_ROOT%{_bindir}/xae
+install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+install -D help.ae $RPM_BUILD_ROOT%{_datadir}/%{name}/help.ae
+ln -sf aee $RPM_BUILD_ROOT%{_bindir}/rae
+ln -sf xae $RPM_BUILD_ROOT%{_bindir}/rxae
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Artistic README.aee aee.1.ps aee.i18n.guide keypad
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/help.ae
+%{_mandir}/man1/*
This page took 0.088415 seconds and 4 git commands to generate.