SPECS: ftdi_eeprom.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Feb 7 19:55:01 CET 2008


Author: qboosh                       Date: Thu Feb  7 18:55:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   ftdi_eeprom.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ftdi_eeprom.spec
diff -u /dev/null SPECS/ftdi_eeprom.spec:1.1
--- /dev/null	Thu Feb  7 19:55:01 2008
+++ SPECS/ftdi_eeprom.spec	Thu Feb  7 19:54:55 2008
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	EEPROM creation and upload utility for the FTDI chips
+Summary(pl.UTF-8):	Narzędzie do tworzenia i nagrywania EEPROM-ów w układach FTDI
+Name:		ftdi_eeprom
+Version:	0.2
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz
+# Source0-md5:	d133e77f625c496ae9d58629d7443596
+URL:		http://www.intra2net.com/de/produkte/opensource/ftdi/
+BuildRequires:	libconfuse-devel
+BuildRequires:	libftdi-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ftdi_eeprom is a tool for creating and uploading the configuration
+EEPROM for the FTDI chip. An example configuration file is included.
+
+%description -l pl.UTF-8
+ftdi_eeprom to narzędzie do tworzenia i nagrywania EEPROM-ów
+konfiguracyjnych w układach FTDI. Załączony jest przykładowy plik
+konfiguracyjny.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ftdi_eeprom/example.conf
+%attr(755,root,root) %{_bindir}/ftdi_eeprom
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-02-07 18:54:55  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list