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