summaryrefslogtreecommitdiff
blob: 6be665e5a6d505f32190b49697e013d819e7b4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/"
SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc-aix"
IUSE=""

src_install() {
	emake DESTDIR="${D}" install || die
}