aboutsummaryrefslogtreecommitdiffstats
path: root/plinciv/plinciv_0.16.oe
diff options
context:
space:
mode:
Diffstat (limited to 'plinciv/plinciv_0.16.oe')
-rw-r--r--plinciv/plinciv_0.16.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/plinciv/plinciv_0.16.oe b/plinciv/plinciv_0.16.oe
deleted file mode 100644
index 3627c1ae75..0000000000
--- a/plinciv/plinciv_0.16.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = GPL
-SECTION = "x11/games"
-DEPENDS = "gtk+"
-DESCRIPTION = "Embedded version of a popular FreeCiv game"
-
-SRC_URI = "ftp://ftp.freeciv.org/freeciv/stable/freeciv-1.14.1.tar.bz2 \
- http://gregorr.homelinux.org/plinciv/FC1.14.1-PC0.16.diff.gz;patch=1 \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-client=gtk2 --disable-esd --disable-winmm --disable-sdl-mixer"
-
-S = "${WORKDIR}/freeciv-1.14.1"
-
-FILES_${PN} = "${bindir} \
- ${datadir}/freeciv"