Merge game-action/minetest: Version bump to 0.4.13
[gentoo.git] / sys-apps / aix-miscutils / aix-miscutils-0.1.1671.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
6 HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/"
7 SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~ppc-aix"
12 IUSE=""
13
14 src_install() {
15         emake DESTDIR="${D}" install || die
16 }