aboutsummaryrefslogtreecommitdiffstats
path: root/packages/litestream/litestream_1.3RC3.bb
blob: 6c83266764cf17237a03ccf3abed2d397f752026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}
}