aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnuchess/gnuchess_5.021.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gnuchess/gnuchess_5.021.bb')
-rw-r--r--packages/gnuchess/gnuchess_5.021.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/gnuchess/gnuchess_5.021.bb b/packages/gnuchess/gnuchess_5.021.bb
deleted file mode 100644
index 18c94bdab0..0000000000
--- a/packages/gnuchess/gnuchess_5.021.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Gnuchess is a chess playing engine."
-SECTION = "console"
-PRIORITY = "optional"
-MAINTAINER = "Andreas Holzer <a.holzer@cheese.at>"
-LICENSE = "GPL"
-SRC_URI = "http://members.cheese.at/woody/fltk-chess/gnuchess_5.02.tar.gz"
-S = "${WORKDIR}/chess-5.02/src"
-
-inherit autotools
-
-do_install() {
- install -D ${S}/gnuchess ${D}${bindir}/gnuchess
-}