diff options
-rw-r--r-- | packages/icecast/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/icecast/icecast_2.2.0.bb | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/icecast/.mtn2git_empty b/packages/icecast/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/icecast/.mtn2git_empty diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb new file mode 100644 index 0000000000..0612c28da5 --- /dev/null +++ b/packages/icecast/icecast_2.2.0.bb @@ -0,0 +1,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 + |