The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ltris / ltris.mk
1 ################################################################################
2 #
3 # ltris
4 #
5 ################################################################################
6
7 LTRIS_SITE = http://downloads.sourceforge.net/lgames/ltris
8 LTRIS_VERSION = 1.0.19
9 LTRIS_LICENSE = GPLv2+
10 LTRIS_LICENSE_FILES = COPYING
11
12 LTRIS_DEPENDENCIES = sdl
13
14 LTRIS_CONF_ENV = \
15         SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config"
16
17 ifeq ($(BR2_PACKAGE_LTRIS_AUDIO),y)
18 LTRIS_DEPENDENCIES += sdl_mixer
19 LTRIS_CONF_OPTS += --enable-audio=yes
20 else
21 LTRIS_CONF_OPTS += --disable-audio
22 endif
23
24 ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
25 LTRIS_DEPENDENCIES += gettext
26 LTRIS_CONF_ENV += LIBS=-lintl
27 endif
28
29 $(eval $(autotools-package))