]> git.pld-linux.org Git - packages/ftdi_eeprom.git/blob - ftdi_eeprom.spec
- BR: pkgconfig
[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 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ftdi_eeprom is a tool for creating and uploading the configuration
18 EEPROM for the FTDI chip. An example configuration file is included.
19
20 %description -l pl.UTF-8
21 ftdi_eeprom to narzędzie do tworzenia i nagrywania EEPROM-ów
22 konfiguracyjnych w układach FTDI. Załączony jest przykładowy plik
23 konfiguracyjny.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog README src/example.conf
44 %attr(755,root,root) %{_bindir}/ftdi_eeprom
This page took 0.068441 seconds and 3 git commands to generate.