SPECS: zd1211-firmware.spec (NEW) - initial

arekm arekm at pld-linux.org
Mon Mar 12 12:15:01 CET 2007


Author: arekm                        Date: Mon Mar 12 11:15:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/zd1211-firmware.spec
diff -u /dev/null SPECS/zd1211-firmware.spec:1.1
--- /dev/null	Mon Mar 12 12:15:01 2007
+++ SPECS/zd1211-firmware.spec	Mon Mar 12 12:14:56 2007
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+Summary:	Firmware for the ZyDAS ZD1211 802.11b/g USB WLAN
+Name:		zd1211-firmware
+Version:	1.3
+Release:	1
+License:	GPL
+Group:		Base/Kernel
+Source0:	http://dl.sourceforge.net/zd1211/%{name}%{version}.tar.bz2
+# Source0-md5:	cfff76ea35f4f93c37f6c99aa2058140
+URL:		http://zd1211.ath.cx/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Firmware for the ZyDAS ZD1211 802.11b/g USB WLAN.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware/zd1211
+
+install zd* $RPM_BUILD_ROOT/lib/firmware/zd1211
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+/lib/firmware/zd1211
+
+%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  2007/03/12 11:14:56  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list