summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild')
-rw-r--r--sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
new file mode 100644
index 000000000000..efe805347812
--- /dev/null
+++ b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}