]> git.pld-linux.org Git - packages/ftdi_eeprom.git/blob - ftdi_eeprom.spec
8af1340876094b614b2a7b6a512e6093824f4c64
[packages/ftdi_eeprom.git] / ftdi_eeprom.spec
1 Summary:        EEPROM creation and upload utility for the FTDI chips
2 Summary(pl.UTF-8):      Narzędzie do tworzenia i nagrywania EEPROM-ów w układach FTDI
3 Name:           ftdi_eeprom
4 Version:        0.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://www.intra2net.com/en/developer/libftdi/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  331652a593f0b0afd5f2874b37b7973a
10 URL:            http://www.intra2net.com/en/developer/libftdi/
11 BuildRequires:  libconfuse-devel
12 BuildRequires:  libftdi-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ftdi_eeprom is a tool for creating and uploading the configuration
17 EEPROM for the FTDI chip. An example configuration file is included.
18
19 %description -l pl.UTF-8
20 ftdi_eeprom to narzędzie do tworzenia i nagrywania EEPROM-ów
21 konfiguracyjnych w układach FTDI. Załączony jest przykładowy plik
22 konfiguracyjny.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README src/example.conf
43 %attr(755,root,root) %{_bindir}/ftdi_eeprom
This page took 0.06236 seconds and 3 git commands to generate.