aboutsummaryrefslogtreecommitdiffstats
path: root/packages/litestream/litestream_1.3RC3.bb
blob: 4de9bc8327f7a053dacad4289508ba941598fa82 (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 () {
        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}
}