summaryrefslogtreecommitdiff
blob: 91b930375226d5c71327a1180968fc470b9c48fc (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-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/dtrace/dtrace-2.01-r1.ebuild,v 1.1 2010/05/07 11:12:18 sbriesen Exp $

EAPI="2"

inherit eutils

DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers"
HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86 -*"
IUSE=""

RDEPEND="net-dialup/capi4k-utils"

S="${WORKDIR}/develper/d3trace/linux"

src_prepare() {
	edos2unix readme.txt
}

src_install() {
	newbin dtrace.static dtrace-avm
	newdoc readme.txt README
}