diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-19 21:37:09 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-19 21:37:09 +0000 |
commit | 2e6af6d47a620f38b76fb1442f72161dcbcc736b (patch) | |
tree | 377b6e1c9d43e911713283c72672569d34055b6b /packages/joe | |
parent | f14f0d3bfd9ebd96079700cf30b5c4ebffc9b6c4 (diff) |
joe 3.1: Update DESCRIPTION to something useful and add HOMEPAGE.
Diffstat (limited to 'packages/joe')
-rw-r--r-- | packages/joe/joe_3.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/joe/joe_3.1.bb b/packages/joe/joe_3.1.bb index 31050477b8..d2f2aa6ad2 100644 --- a/packages/joe/joe_3.1.bb +++ b/packages/joe/joe_3.1.bb @@ -1,6 +1,8 @@ SECTION = "console/utils" -DESCRIPTION = "Joe's own editor." +DESCRIPTION = "Console text editor with good functionality, good choice for vi-haters." +HOMEPAGE = "http://joe-editor.sourceforge.net/" LICENSE ="GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz" +PR = "r1" inherit autotools |