aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aceofpenguins/aceofpenguins_1.2.bb
blob: 5b4ab3f254b8518fa278d7ca9f84e75effa92dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements that my wife says make my versions better :-) \
The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by Martin Thornquist)."
AUTHOR = "dj@delorie.com"
HOMEPAGE = "http://www.delorie.com/store/ace/"
SECTION = "games"
DEPENDS = "libpng-native zlib-native libxpm"
PR = "r2"

SRC_URI = "\
  http://www.delorie.com/store/ace/ace-${PV}.tar.gz\
  file://gcc4.patch\
  file://fix-crosscompile.patch\
"
S = "${WORKDIR}/ace-${PV}"

inherit autotools

do_compile_prepend() {
    export LD_LIBRARY_PATH="${STAGING_NATIVE_DIR}"
}

# Workaround QA issue
TARGET_CC_ARCH += "${LDFLAGS}"

SRC_URI[md5sum] = "03e5e7ab8ac3acc59661c6e9c09089b7"
SRC_URI[sha256sum] = "fcda8bca508490bea642c83fcf718565bf4ed4c50f2d7b34761da61fe2e6bc9d"