increase dvbapp PR.
[vuplus_openembedded] / recipes / ipatience / ipatience_0.1.bb
1 DESCRIPTION = "Patience game"
2 LICENSE = "GPL"
3 SECTION = "x11"
4 PRIORITY = "optional"
5 DEPENDS = "virtual/libx11 xft libxtst libxpm fltk"
6 PR = "r0"
7
8 SRC_URI = "cvs://anoncvs@keithp.com/local/src/CVS;method=pserver;module=ipatience \
9           file://fix-make.patch;patch=1"
10
11 S = "${WORKDIR}/${PN}"
12
13 inherit autotools
14