increase dvbapp PR.
[vuplus_openembedded] / recipes / aceofpenguins / aceofpenguins_1.2.bb
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 zlib libxpm"
7 PR = "r1"
8
9 SRC_URI = "\
10   http://www.delorie.com/store/ace/ace-${PV}.tar.gz\
11   file://gcc4.patch;patch=1\
12 "
13 S = "${WORKDIR}/ace-${PV}"
14
15 inherit autotools
16
17 # Workaround QA issue
18 TARGET_CC_ARCH += "${LDFLAGS}"