added ace of penguins games

This commit is contained in:
John Voltz 2008-03-06 18:00:36 +00:00
parent f2f36334e3
commit a418f4a243
3 changed files with 10523 additions and 0 deletions

View file

@ -0,0 +1,10 @@
config BR2_PACKAGE_ACE_OF_PENGUINS
bool "ace_of_penguins"
select BR2_PACKAGE_LIBPNG
default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows but with a number of enhancements.
http://www.delorie.com/store/ace/

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,20 @@
#############################################################
#
# ace_of_penguins
#
#############################################################
ACE_OF_PENGUINS_VERSION = 1.2
ACE_OF_PENGUINS_SOURCE = ace-$(ACE_OF_PENGUINS_VERSION).tar.gz
ACE_OF_PENGUINS_SITE = http://www.delorie.com/store/ace/
ACE_OF_PENGUINS_AUTORECONF = YES
ACE_OF_PENGUINS_STAGING = NO
ACE_OF_PENGUINS_TARGET = YES
ACE_OF_PENGUINS_CONF_OPT = --target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \
--prefix=/usr --sysconfdir=/etc
ACE_OF_PENGUINS_DEPENDENCIES = uclibc libpng $(XSERVER)
$(eval $(call AUTOTARGETS,package,ace_of_penguins))