summaryrefslogtreecommitdiff
blob: bb31dd1f70c3ba9b9ad2aea706c2857b75df4b51 (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
27
28
29
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/picocom/picocom-1.4.ebuild,v 1.4 2007/06/07 14:30:40 flameeyes Exp $

inherit eutils

DESCRIPTION="minimal dumb-terminal emulation program"
HOMEPAGE="http://efault.net/npat/hacks/picocom/"
SRC_URI="http://efault.net/npat/hacks/picocom/dist/${P}.tar.gz"

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

DEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-build.patch
	sed -i -e 's:\./picocom:picocom:' pcasc
}

src_install() {
	dobin picocom pc{asc,xm,ym,zm} || die
	doman picocom.8
	dodoc CHANGES CONTRIBUTORS NEWS README TODO
}