summaryrefslogtreecommitdiff
blob: 5425d6a9bbe4f02137e63c636c89e89d5324971f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hexdump/hexdump-1.6.ebuild,v 1.3 2004/04/25 11:45:58 gmsoft Exp $

DESCRIPTION="Eric Raymond's hex dumper"
HOMEPAGE="http://www.catb.org/~esr/hexdump/"
SRC_URI="http://www.catb.org/~esr/hexdump/${P}.tar.gz"
SLOT="0"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc hppa"

src_compile() {
	emake CC="$CC $CFLAGS" || die
}

src_install() {
	dobin hexdump
	doman hexdump.1
	dodoc COPYING README
	dosym hexdump /usr/bin/hex
}