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