diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-04 01:27:27 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-04 01:27:27 +0000 |
commit | 9e256efb9fc1f6df7049927c359fea00ffaf5b51 (patch) | |
tree | 02fe7d6e6051383e3755760bbb4d63af509104af /packages/litestream/litestream_1.3RC3.bb | |
parent | dc05d36fb3e799566cb1325f4d1f0ca018207f57 (diff) |
litestream: Add package. litestream is a shoutcast-compatible streamer, but tiny and a lot less dependencies
Diffstat (limited to 'packages/litestream/litestream_1.3RC3.bb')
-rw-r--r-- | packages/litestream/litestream_1.3RC3.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/litestream/litestream_1.3RC3.bb b/packages/litestream/litestream_1.3RC3.bb new file mode 100644 index 0000000000..6c83266764 --- /dev/null +++ b/packages/litestream/litestream_1.3RC3.bb @@ -0,0 +1,17 @@ +LICENSE = "GPL" +MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>" +DESCRIPTION = "ShoutCast-compatible streamer" +PR = "r0" + +SRC_URI = "http://www.litestream.org/litestream/${PN}-${PV}.tar.gz" + +inherit autotools + +do_install () { + mkdir -p ${D}${bindir} + install -m 755 litestream ${D}${bindir} + install -m 755 literestream ${D}${bindir} + install -m 755 source ${D}${bindir} + install -m 755 client ${D}${bindir} + install -m 755 server ${D}${bindir} +}
\ No newline at end of file |