]> git.pld-linux.org Git - packages/vblade.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 31 Jul 2006 21:45:54 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vblade.spec -> 1.1

vblade.spec [new file with mode: 0644]

diff --git a/vblade.spec b/vblade.spec
new file mode 100644 (file)
index 0000000..a797e2a
--- /dev/null
@@ -0,0 +1,34 @@
+#
+# TODO:
+#              - add devices to static-dev
+#              - vblade
+#
+Summary:       vblade, virtual EtherDrive blade
+Name:          vblade
+Version:       10
+Release:       0.1
+License:       GPL v2
+Group:         Base/Utilities
+Source0:       http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
+# Source0-md5: c51783ee3235aba58a0c095bdf5fc35c
+URL:           http://aoetools.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+vblade lets you export any block storage device as a AoE device
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install vbladed $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/vbladed
This page took 0.318766 seconds and 4 git commands to generate.