blob: 033757672c89df315fd3c4c106153517380c8015 (
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 libxft 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
|