summaryrefslogtreecommitdiff
blob: db5cba3302f7a4088d0849b51740f968fb42bf82 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $

SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz"
HOMEPAGE="http://www.hof-berlin.de/mepl/"
DESCRIPTION="Self-employed-mode software for 3COM/USR message modems"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
IUSE=""

DEPEND="virtual/glibc"

S=${WORKDIR}/${PN}${PV}

src_compile () {
	emake en
	cp mepl.en mepl.7
	emake updconf
}

src_install () {
	dobin mepl meplmail
	insinto /etc
	doins mepl.conf
	doman mepl.7
}