kumquat-buildroot/package/games/vice/vice.mk
Daniel Laird 1b5c1e7bdb games: Move all games into games subdir
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
2008-08-29 13:27:37 +00:00

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))