Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / gift / gift_0.11.5.oe
1 DEPENDS = "virtual/libc libvorbis libogg"
2 DESCRIPTION = "giFT is a framework for bridging multiple \
3 backend peer-to-peer protocols and the user interface \
4 associated with them."
5 FILES_gift_append = " ${datadir}/giFT"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"
8
9 inherit autotools libtool
10
11 EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \
12                 --with-vorbis-includes=${STAGING_INCDIR}"