added ace of penguins games
This commit is contained in:
parent
f2f36334e3
commit
a418f4a243
10
package/ace_of_penguins/Config.in
Normal file
10
package/ace_of_penguins/Config.in
Normal 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/
|
||||
|
10493
package/ace_of_penguins/ace_of_penguins-1.2-update.patch
Normal file
10493
package/ace_of_penguins/ace_of_penguins-1.2-update.patch
Normal file
File diff suppressed because it is too large
Load Diff
20
package/ace_of_penguins/ace_of_penguins.mk
Normal file
20
package/ace_of_penguins/ace_of_penguins.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user