1b5c1e7bdb
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird
18 lines
427 B
Makefile
18 lines
427 B
Makefile
#############################################################
|
|
#
|
|
# vice
|
|
#
|
|
#############################################################
|
|
VICE_VERSION = 1.22
|
|
VICE_SOURCE = vice-$(VICE_VERSION).tar.gz
|
|
VICE_SITE = http://www.viceteam.org/online
|
|
VICE_INSTALL_STAGING = NO
|
|
VICE_INSTALL_TARGET = YES
|
|
|
|
VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0"
|
|
|
|
VICE_DEPENDENCIES = uclibc
|
|
|
|
$(eval $(call AUTOTARGETS,package/games,vice))
|
|
|