diff options
author | Tom Gall <tgall@gentoo.org> | 2005-03-09 05:38:17 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-03-09 05:38:17 +0000 |
commit | f72433b630eb50504da4eeacaeba43e6d0df7c36 (patch) | |
tree | 22c19feecc5b24c1aba0b9984bc845d6ae8a9596 /sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild | |
parent | gnome-2.10 release (diff) | |
download | gentoo-2-f72433b630eb50504da4eeacaeba43e6d0df7c36.tar.gz gentoo-2-f72433b630eb50504da4eeacaeba43e6d0df7c36.tar.bz2 gentoo-2-f72433b630eb50504da4eeacaeba43e6d0df7c36.zip |
new package, useful for ppc64 boxes that have an ipr scsi adapter
Diffstat (limited to 'sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild')
-rw-r--r-- | sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild b/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild new file mode 100644 index 000000000000..1673839d26c1 --- /dev/null +++ b/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.13.7-r1.ebuild,v 1.1 2005/03/09 05:38:17 tgall Exp $ + +inherit eutils + +S=${WORKDIR}/iprutils +DESCRIPTION="IBM's tools for support of the ipr SCSI controller" +SRC_URI="mirror://sourceforge/iprdd/${P}-src.tgz" +HOMEPAGE="http://sourceforge.net/projects/iprdd/" + +SLOT="0" +LICENSE="IPL-1" +KEYWORDS="ppc64" +IUSE="" + +DEPEND="virtual/libc + >=ncurses-5.4-r5 + >=sys-apps/pciutils-2.1.11-r1 + >=sys-fs/sysfsutils-1.2.0" + +src_unpack() { + unpack ${A} + cd ${S} +} + + +src_install () { + make INSTALL_MOD_PATH=${D} install || die + dodoc ChangeLog LICENSE +} |