a96be19bc3
Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
662 B
Makefile
20 lines
662 B
Makefile
#############################################################
|
|
#
|
|
# lxdoom
|
|
#
|
|
#############################################################
|
|
LXDOOM_VERSION = 1.4.4
|
|
LXDOOM_SOURCE = lxdoom-$(LXDOOM_VERSION).tar.gz
|
|
LXDOOM_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/lxdoom
|
|
LXDOOM_INSTALL_STAGING = NO
|
|
LXDOOM_INSTALL_TARGET = YES
|
|
LXDOOM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
|
|
|
LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
|
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
|
--includedir=/usr/include --enable-shared
|
|
|
|
LXDOOM_DEPENDENCIES = xserver_xorg-server
|
|
|
|
$(eval $(call AUTOTARGETS,package/games,lxdoom))
|