aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gift/gift_0.11.5.bb
blob: 23ba2378ca33a2803471d233fc62fa56659866fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "libvorbis libogg libtool"
DESCRIPTION = "giFT is a framework for bridging multiple \
backend peer-to-peer protocols and the user interface \
associated with them."
PR="r1"
FILES_gift_append = " ${datadir}/giFT"

SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"

inherit autotools

EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \
		--with-vorbis-includes=${STAGING_INCDIR}"