aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aceofpenguins/aceofpenguins_1.2.bb
blob: c4b98e4fb07c87fd05b05b207114745b6980451a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;patch=1\
  file://fix-crosscompile.patch;patch=1\
"
S = "${WORKDIR}/ace-${PV}"

inherit autotools

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

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