300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
391 B
Makefile
15 lines
391 B
Makefile
#############################################################
|
|
#
|
|
# screen
|
|
#
|
|
#############################################################
|
|
|
|
SCREEN_VERSION = 4.0.3
|
|
SCREEN_SITE = $(BR2_GNU_MIRROR)/screen
|
|
SCREEN_DEPENDENCIES = ncurses
|
|
SCREEN_CONF_ENV = CFLAGS=-DSYSV=1
|
|
SCREEN_MAKE_OPT = -j1
|
|
SCREEN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
|
|
|
|
$(eval $(call AUTOTARGETS))
|