blob: 1e2cf99f8fabcd2be252dd449ff608217b59f714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Patience game"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 xft libxtst libxpm fltk"
SRCDATE = "20061112"
PR = "r0"
SRC_URI = "cvs://anoncvs@keithp.com/local/src/CVS;method=pserver;module=ipatience \
file://fix-make.patch"
S = "${WORKDIR}/${PN}"
inherit autotools
|