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