Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / gift / gift_0.11.4.oe
1 DEPENDS = "virtual/libc libvorbis libogg"
2 RDEPENDS = "libc6 libvorbis libogg"
3 DESCRIPTION = "giFT is a framework for bridging multiple \
4 backend peer-to-peer protocols and the user interface \
5 associated with them."
6 FILES_gift_append = ' ${datadir}/giFT'
7
8 SRC_URI = ${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2
9
10 inherit autotools libtool
11
12 EXTRA_OECONF = '--with-vorbis-libraries=${STAGING_LIBDIR} \
13                 --with-vorbis-includes=${STAGING_INCDIR}'