You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/udpcast/udpcast-20100130.ebuild

30 lines
632 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20100130.ebuild,v 1.1 2011/05/08 20:26:51 jer Exp $
EAPI=2
DESCRIPTION="Multicast file transfer tool"
HOMEPAGE="http://udpcast.linux.lu/"
SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2"
LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND=""
src_prepare() {
sed -i Makefile.in \
-e '/^LDFLAGS +=-s/d' \
-e '/^CFLAGS/s: -O6::g' \
|| die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc *.txt
}