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