summaryrefslogtreecommitdiff
path: root/packages/ipatience/ipatience_0.1.bb
diff options
context:
space:
mode:
authorAlan Carvalho de Assis <acassis@gmail.com>2006-11-12 13:27:11 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-12 13:27:11 +0000
commit75ceb3d82ed98c52ea5a937c4fa23d3bf386404f (patch)
tree2fdebb4ec5eaf9631c593f48031fc42e6299211d /packages/ipatience/ipatience_0.1.bb
parentfd6b7558b3d515b25dd500293aee347bcbc38039 (diff)
ipatience: add 0.1, closes #1574
Diffstat (limited to 'packages/ipatience/ipatience_0.1.bb')
-rw-r--r--packages/ipatience/ipatience_0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/ipatience/ipatience_0.1.bb b/packages/ipatience/ipatience_0.1.bb
new file mode 100644
index 0000000000..b223437b19
--- /dev/null
+++ b/packages/ipatience/ipatience_0.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Patience game"
+LICENSE = "GPL"
+SECTION = "x11"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xft libxtst libxpm fltk"
+PR = "r0"
+
+SRC_URI = "cvs://anoncvs@keithp.com/local/src/CVS;method=pserver;module=ipatience \
+ file://fix-make.patch;patch=1"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
+