summaryrefslogtreecommitdiff
path: root/packages/icecast/icecast_2.2.0.bb
blob: 7b6ba73b01c842c965c24f2f1c439c4daaac11da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r3"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
LICENSE = "GPL-2"

DEPENDS = "libvorbis libogg libxslt"

# The RDEPENDS line is a workaround to make sure
# icecast pulls in necessary library deps.
RDEPENDS = "libvorbis libogg libxslt"

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

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