Cleaned up summary/description in app-arch and app-editors (plus a few miscellanous)

This commit is contained in:
dradancer
2014-01-05 00:05:16 +01:00
committed by Scott McCreary
parent 051486ad88
commit aeb2606424
22 changed files with 174 additions and 49 deletions

View File

@@ -1,8 +1,10 @@
DESCRIPTION="
JOE is a full featured terminal-based screen editor which is distributed under \
the GNU General Public License (GPL).
"
HOMEPAGE="http://joe-editor.sourceforge.net/"
SUMMARY="Terminal-based text editor"
DESCRIPTION="Joe's Own Editor is a full-featured text editor with minimal requirements. \
It is fully customizable (Emacs, pico or WordStar are preset). Is also has multiple \
windows, hexadecimal edit mode for binary files or syntax highlighting for more than 40 languages. \
It also supports mouse for both text and window manipulation."
HOMEPAGE="http://joe-editor.sourceforge.net/"
SRC_URI="hg+http://joe-editor.hg.sourceforge.net:8000/hgroot/joe-editor/joe-editor"
REVISION="2"
STATUS_HAIKU="stable"
@@ -17,7 +19,6 @@ BUILD()
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--docdir=$COMMON_DOCS/doc/joe \
--mandir=$COMMON_DOCS/man
make
}