File: ftdi_eeprom.spec

package info (click to toggle)
ftdi-eeprom 0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 460 kB
  • ctags: 21
  • sloc: sh: 3,387; ansic: 144; makefile: 66
file content (33 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Summary:   Tool for creating/reading/erasing/flashing FTDI USB chip eeproms
Name:      ftdi_eeprom
Version:   0.3
Release:   1
License:   GPL
Group:     Development/Tools
Vendor:    Intra2net AG
Source:    %{name}-%{version}.tar.gz
Buildroot: /tmp/%{name}-%{version}-root
Requires:  libftdi, libconfuse
BuildRequires: libftdi-devel, libconfuse
Prefix:    /usr

%description
Tool for creating/reading/erasing/flashing FTDI USB chip eeproms 

%prep
%setup -q

%build
./configure --prefix=%{prefix}
make

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc src/example.conf COPYING
%{prefix}/bin/ftdi_eeprom