summaryrefslogtreecommitdiff
path: root/net-dialup/sterm/sterm-20170112-r3.ebuild
blob: 2c1c49b2135fefa1e432cb380a1d965f5fe5fda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils git-r3

DESCRIPTION="Simple serial terminal"
HOMEPAGE="https://rtime.felk.cvut.cz/gitweb/sojka/sterm.git"

EGIT_REPO_URI="git://rtime.felk.cvut.cz/sojka/sterm.git"
EGIT_COMMIT="${PV}"

LICENSE="GPL-3.0+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="dev-libs/lockdev"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}/0001-Fix-install-strip.patch"
	epatch "${FILESDIR}/0002-Print-more-descriptive-error-message.patch"
	epatch "${FILESDIR}/0003-Add-completions-for-bash-and-zsh.patch"
}