libtool-sdk: Convert from legacy staging
[openembedded.git] / recipes / aceofpenguins / aceofpenguins_1.2.bb
blob5b4ab3f254b8518fa278d7ca9f84e75effa92dfb
1 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 :-) \
2 The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by Martin Thornquist)."
3 AUTHOR = "dj@delorie.com"
4 HOMEPAGE = "http://www.delorie.com/store/ace/"
5 SECTION = "games"
6 DEPENDS = "libpng-native zlib-native libxpm"
7 PR = "r2"
9 SRC_URI = "\
10 http://www.delorie.com/store/ace/ace-${PV}.tar.gz\
11 file://gcc4.patch\
12 file://fix-crosscompile.patch\
14 S = "${WORKDIR}/ace-${PV}"
16 inherit autotools
18 do_compile_prepend() {
19 export LD_LIBRARY_PATH="${STAGING_NATIVE_DIR}"
22 # Workaround QA issue
23 TARGET_CC_ARCH += "${LDFLAGS}"
25 SRC_URI[md5sum] = "03e5e7ab8ac3acc59661c6e9c09089b7"
26 SRC_URI[sha256sum] = "fcda8bca508490bea642c83fcf718565bf4ed4c50f2d7b34761da61fe2e6bc9d"