summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-02-06 07:28:39 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-02-06 07:28:39 +0000
commita2705b7e1433db1db80c9114544104f4ffe912c2 (patch)
tree56ca6cc3009b909fe8937d57d6439eed0a50af32 /sys-block/fwdl/fwdl-1.2.3.ebuild
parentstable x86; bug #165383 (diff)
downloadhistorical-a2705b7e1433db1db80c9114544104f4ffe912c2.tar.gz
historical-a2705b7e1433db1db80c9114544104f4ffe912c2.tar.bz2
historical-a2705b7e1433db1db80c9114544104f4ffe912c2.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'sys-block/fwdl/fwdl-1.2.3.ebuild')
-rw-r--r--sys-block/fwdl/fwdl-1.2.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-block/fwdl/fwdl-1.2.3.ebuild b/sys-block/fwdl/fwdl-1.2.3.ebuild
new file mode 100644
index 000000000000..4d5c241a7af6
--- /dev/null
+++ b/sys-block/fwdl/fwdl-1.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/fwdl/fwdl-1.2.3.ebuild,v 1.1 2007/02/06 07:28:39 robbat2 Exp $
+
+DESCRIPTION="Seagate Fibre-Channel disk firmware upgrade tool"
+HOMEPAGE="http://www.tc.umn.edu/~erick205/Projects/"
+SRC_URI="http://www.tc.umn.edu/~erick205/Projects/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+DEPEND=""
+
+src_compile() {
+ emake OPTIMIZER="${CXXFLAGS}"
+}
+
+src_install() {
+ dosbin fwdl
+ dodoc CHANGES INSTALL README
+}