87d74d94cc
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>
16 lines
386 B
Makefile
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))
|
|
|