Parent Directory
|
Revision Log
x86 stable, remove old (Portage version: 2.1.3.19)
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070323.ebuild,v 1.1 2007/04/06 14:57:42 dragonheart Exp $ |
4 | |
5 | inherit eutils |
6 | |
7 | DESCRIPTION="Multicast file transfer tool" |
8 | HOMEPAGE="http://udpcast.linux.lu/" |
9 | SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2" |
10 | |
11 | IUSE="" |
12 | LICENSE="GPL-2 BSD" |
13 | SLOT="0" |
14 | KEYWORDS="~x86 ~amd64" |
15 | |
16 | DEPEND="virtual/libc |
17 | dev-lang/perl" |
18 | |
19 | src_unpack() { |
20 | unpack ${A} |
21 | epatch "${FILESDIR}"/${P}-makefix.patch |
22 | } |
23 | |
24 | src_install() { |
25 | emake install DESTDIR=${D} || die "make install failed" |
26 | dodoc *.txt |
27 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |