summaryrefslogtreecommitdiff
blob: 629ca51aaea1f425604e2e0f0d1c6ce0d658c461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.3 2008/02/03 20:55:50 armin76 Exp $

DESCRIPTION="Multicast file transfer tool"
HOMEPAGE="http://udpcast.linux.lu/"
SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2"

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

DEPEND="dev-lang/perl"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc *.txt
}