blob: 0612c28da5f20b222f32af35559a41f8a7c629b8 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "libxslt"
PR = "r1"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
|