abiword: add 2.8.3
[openembedded.git] / recipes / gift / gift_0.11.4.bb
1 SECTION = "console/network"
2 LICENSE = "GPL"
3 DEPENDS = "libvorbis libogg"
4 DESCRIPTION = "giFT is a framework for bridging multiple \
5 backend peer-to-peer protocols and the user interface \
6 associated with them."
7 FILES_gift_append = " ${datadir}/giFT"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \
14                 --with-vorbis-includes=${STAGING_INCDIR}"