kumquat-buildroot/package/games/vice/vice.mk
Peter Korsgaard 87d74d94cc vice: mark as broken
Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.

Will remove completely before 2010.02 unless someone fixes it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23 11:31:54 +01:00

16 lines
386 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
$(eval $(call AUTOTARGETS,package/games,vice))