]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gift/gift_0.11.5.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gift / gift_0.11.5.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}"