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.
17 lines
531 B
17 lines
531 B
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild,v 1.1 2010/02/26 12:51:40 haubi Exp $
|
|
|
|
DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
|
|
HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/prefix/"
|
|
SRC_URI="http://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~ppc-aix"
|
|
IUSE=""
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die
|
|
}
|