Enlightenment-x11 meta for building.
[vuplus_openembedded] / plinciv / plinciv_0.16.oe
1 SECTION = "x11/games"
2 DEPENDS = "gtk+"
3 DESCRIPTION = "Embedded version of a popular FreeCiv game"
4
5 SRC_URI = "ftp://ftp.freeciv.org/freeciv/stable/freeciv-1.14.1.tar.bz2 \
6         http://gregorr.homelinux.org/plinciv/FC1.14.1-PC0.16.diff.gz;patch=1 \
7         file://configure.patch;patch=1"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--enable-client=gtk2 --disable-esd --disable-winmm --disable-sdl-mixer"
12
13 S = "${WORKDIR}/freeciv-1.14.1"
14
15 FILES_${PN} = "${bindir} \
16                ${datadir}/freeciv"