summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/aoetools/aoetools-30.ebuild')
-rw-r--r--sys-block/aoetools/aoetools-30.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-block/aoetools/aoetools-30.ebuild b/sys-block/aoetools/aoetools-30.ebuild
new file mode 100644
index 000000000000..e16f9b563322
--- /dev/null
+++ b/sys-block/aoetools/aoetools-30.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-30.ebuild,v 1.1 2009/07/23 17:50:15 alexxy Exp $
+
+DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol"
+HOMEPAGE="http://sf.net/projects/aoetools/"
+SRC_URI="mirror://sourceforge/aoetools/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND="${DEPEND}
+ sys-apps/util-linux"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e 's,^CFLAGS.*,CFLAGS += -Wall,g' Makefile || die "Failed to clean up makefile"
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "install failed"
+ dodoc NEWS README
+}