diff options
Diffstat (limited to 'joe')
-rw-r--r-- | joe/joe_3.0.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/joe/joe_3.0.oe b/joe/joe_3.0.oe index e69de29bb2..7d58ffbc75 100644 --- a/joe/joe_3.0.oe +++ b/joe/joe_3.0.oe @@ -0,0 +1,5 @@ +DESCRIPTION = "joe's own editor." + +SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz" + +inherit autotools |