summaryrefslogtreecommitdiff
blob: 53a3c31b05049f25d74b4fb1f1929a69c80d1e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Allows streaming video from a hacked TiVo running vserver"
HOMEPAGE="http://code.google.com/p/vstream-client/"
SRC_URI="http://vstream-client.googlecode.com/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"

src_configure() {
	./configure --prefix=/usr
}

src_install() {
	dolib libvstream-client.a
	dobin vstream-client
	insinto /usr/include/
	doins vstream-client.h
}