]> git.pld-linux.org Git - packages/aoetools.git/commitdiff
- tools for users of ATA over Ethernet.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 26 Mar 2005 00:04:48 +0000 (00:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aoetools.spec -> 1.1

aoetools.spec [new file with mode: 0644]

diff --git a/aoetools.spec b/aoetools.spec
new file mode 100644 (file)
index 0000000..2fa1199
--- /dev/null
@@ -0,0 +1,46 @@
+#
+# TODO:
+#              - add devices to static-dev
+#              - vblade
+#
+Summary:       AoE tools - programs for users of ATA over Ethernet
+Name:          aoetools
+Version:       1
+Release:       0.1
+License:       GPL v2
+Group:         Base/Utilities
+Source0:       http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
+# Source0-md5: e011ef5840d8ccc097d544ff0be33835
+URL:           http://aoetools.sf.net/
+BuildRequires: sed
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The aoetools are programs for users of the ATA over Ethernet (AoE)
+network storage protocol, a simple protocol for using storage over an
+ethernet LAN. The vblade program (storage target) exports a block
+device using AoE.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       PREFIX=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_sbindir}/aoe-discover
+%attr(755,root,root) %{_sbindir}/aoe-interfaces
+%attr(755,root,root) %{_sbindir}/aoe-stat
+%{_mandir}/man?/aoe-discover*
+%{_mandir}/man?/aoe-interfaces*
+%{_mandir}/man?/aoe-stat*
This page took 0.046644 seconds and 4 git commands to generate.