summaryrefslogtreecommitdiff
blob: 94eea9a7d285823f8ba9ebc473bf0b713820ac1d (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/ubh/ubh-2.5.ebuild,v 1.3 2004/06/25 00:27:24 agriffis Exp $

DESCRIPTION="The Usenet Binary Harvester"
HOMEPAGE="http://ubh.sourceforge.net/"
SRC_URI="http://ubh.sourceforge.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
DEPEND=">=dev-perl/libnet-1.0607
		>=dev-perl/News-Newsrc-1.07
		>=dev-perl/IO-stringy-1.220
		>=dev-perl/MIME-Base64-2.12
		>=dev-perl/MailTools-1.15
		>=dev-perl/MIME-tools-5.411
		>=dev-perl/string-crc32-1.2"

src_install() {
	dobin ${S}/ubh
	dohtml ${S}/doc/ubh.html
	insinto /usr/share/${P}
	doins ${S}/examples/newsrc ${S}/examples/ubhrc
}