summaryrefslogtreecommitdiff
path: root/packages/litestream/litestream_1.3RC3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/litestream/litestream_1.3RC3.bb')
-rw-r--r--packages/litestream/litestream_1.3RC3.bb17
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..4de9bc8327
--- /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 () {
+ install -d ${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