diff options
Diffstat (limited to 'joe/joe_2.9.8.oe')
-rw-r--r-- | joe/joe_2.9.8.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/joe/joe_2.9.8.oe b/joe/joe_2.9.8.oe index e69de29bb2..6175aa3ad8 100644 --- a/joe/joe_2.9.8.oe +++ b/joe/joe_2.9.8.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 +DESCRIPTION = "joe's own editor." + +SRC_URI = ${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz + +inherit autotools + +EXTRA_OECONF = --program-prefix= |