aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/icecast/icecast_2.2.0.bb
blob: 59f607c310db6e99929dab6fcbfb99f08d88851f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PR = "r4"
LICENSE = "GPLv2"

DEPENDS = "libvorbis libogg libxslt"

# The RDEPENDS_${PN} line is a workaround to make sure
# icecast pulls in necessary library deps.
RDEPENDS_${PN} = "libvorbis libogg libxslt"

SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"

# disable yp as curl cannot be configured
EXTRA_OECONF = "--disable-yp --with-ogg=${STAGING_LIBDIR} --with-vorbis=${STAGING_LIBDIR}"

S = "${WORKDIR}/${PN}-${PV}"
inherit autotools


SRC_URI[md5sum] = "7958347af55651384298828175e32dcf"
SRC_URI[sha256sum] = "c95ee1d68c287f654e6ee1d3416a91c058531232d6f08ff6ed156376f997a41d"