blob: 6175aa3ad8f3cc1c05097c57e4d0c53122cce998 (
plain)
1
2
3
4
5
6
7
8
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=
|