1 ################################################################################
5 ################################################################################
8 JOE_SITE
= http
://downloads.sourceforge.net
/project
/joe-editor
/JOE
%20sources
/joe-
$(JOE_VERSION
)
10 JOE_LICENSE_FILES
= COPYING
12 ifeq ($(BR2_PACKAGE_NCURSES
),y
)
13 JOE_DEPENDENCIES
+= ncurses
14 JOE_CONF_OPTS
+= --enable-curses
16 JOE_CONF_OPTS
+= --disable-curses
19 ifneq ($(BR2_PACKAGE_JOE_FULL
),y
)
20 define JOE_INSTALL_TARGET_CMDS
21 $(INSTALL
) -m
0755 -D
$(@D
)/joe
$(TARGET_DIR
)/usr
/bin
/joe
25 $(eval
$(autotools-package
))