Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # easyeditor
- Name: easyedit
- Summary: Easy Text Editor
- Packager: Spiro Harvey <[email protected]>
- URL: http://wtf.geek.nz/
- Group: Editors
- License: BSD
- Version: 1.5.0
- Release: 1.tek
- BuildRequires: ncurses-devel
- Requires: ncurses
- BuildRoot: %{_tmppath}/%{name}-%{version}
- #Source: easyedit-%{version}.src.tgz
- Source: http://mahon.cwx.net/sources/easyedit-%{version}.src.tgz
- %description
- EE is a an easy to use text editor. Intended to be usable with
- little or no instruction. Provides a terminal (curses based)
- interface and features pop-up menus.
- %prep
- %setup -q
- %build
- make
- %install
- rm -rf %{buildroot}
- mkdir -p %{buildroot}/usr/local/bin/
- mkdir -p %{buildroot}/usr/local/share/man/man1/
- %{__install} -m 0755 ee %{buildroot}/usr/local/bin/ee
- %{__install} -m 0644 ee.1 %{buildroot}/usr/local/share/man/man1/ee.1
- %files
- %defattr(755,root,root)
- /usr/local/bin/ee
- /usr/local/share/man/man1/ee.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement