]> git.pld-linux.org Git - packages/binflash.git/blame - binflash.spec
- NEC compatilble firmware flasher.
[packages/binflash.git] / binflash.spec
CommitLineData
c3a82edc
PS
1Summary: Binflash (NEC version) - universal firmware flasher for binary firmwares
2Name: binflash
3Version: 1.02
4Release: 0.1
5License: ? (closed source)
6Group: Applications/System
7Source0: necflash_linux.tgz
8# Source0-md5: ffa1d581d6bea339b3806cd40d83648d
9URL: http://binflash.cdfreaks.com
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Binflash is a collection of tools you may use in order to flash your
14DVD burner with a binary firmware file (some executable flashers are
15also supported) or to dump the Flash ROM of your burner back to disc.
16You should be able to work with all devices that are currently
17accessible in your operating system, even if the drives are attached
18via Firewire or USB.
19
20Disclaimer:
21
22By using this program and accepting the disclaimer you accept that
23neither the authors of this programs nor CDFreaks.com can be held
24responsible for any damages caused by using Binflash. If you damage
25your drive by using this flasher or any experimental firmwares, do not
26RMA your drive but buy a new one!
27
28%prep
29%setup -qcn binflash
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34install -D necflash \
35 $RPM_BUILD_ROOT%{_sbindir}/necflash
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_sbindir}/necflash
This page took 0.060884 seconds and 4 git commands to generate.