blob: 63a026233e858419b470ff49e7f37ec730814e0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR = "r2"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
LICENSE = "GPL-2"
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
|