diff options
Diffstat (limited to 'sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild')
-rw-r--r-- | sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild b/sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild new file mode 100644 index 000000000000..c5f39e75ea52 --- /dev/null +++ b/sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ppc64-utils/ppc64-utils-1.4.ebuild,v 1.1 2005/04/08 21:36:24 corsair Exp $ + +DESCRIPTION="Utilities for maintaining and servicing IBM PPC64 systems: +accessing NVRAM, flashing firmware, start/stopping virtual IO servers, etc." +HOMEPAGE="http://techsupport.services.ibm.com/server/lopdiags" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="CPL-1.0" +SLOT="0" +KEYWORDS="-* ~ppc64" +IUSE="" + +src_install() { + make DESTDIR="${D}" install + + #install doc + dodoc COPYRIGHT README +} |