SPECS: captive-drivers.spec (NEW) - unfinished

glen glen at pld-linux.org
Wed Oct 5 17:45:31 CEST 2005


Author: glen                         Date: Wed Oct  5 15:45:31 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unfinished

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

---- Diffs:

================================================================
Index: SPECS/captive-drivers.spec
diff -u /dev/null SPECS/captive-drivers.spec:1.1
--- /dev/null	Wed Oct  5 17:45:31 2005
+++ SPECS/captive-drivers.spec	Wed Oct  5 17:45:26 2005
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+# the drivers that were supposed to work. didn't.
+# so these drivers didn't work for me.
+Summary:	NTFS Drivers
+Name:		captive-drivers
+Version:	0.1
+Release:	0.1
+License:	restricted, non-distributable
+Group:		Applications/System
+Source0:	http://download.microsoft.com/download/9/7/6/9763833d-bd58-41e2-9911-50f64c7252a3/xpsp1a_en_x86_CHK.exe
+# NoSource0-md5:	52ea53ae2cf93247ca07c0cf257367b6
+NoSource:	0
+BuildRequires:	rpm-utils
+BuildRequires:	unzip
+BuildRequires:	mawk
+BuildRequires:	cdrtools-utils
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Contains ntfs.sys and ntoskrnl.exe from XP SP1.
+
+%prep
+%setup -q -c -T
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/var/lib/captive
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/var/lib/captive/*
+
+%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  2005/10/05 15:45:26  glen
+- unfinished
+
================================================================



More information about the pld-cvs-commit mailing list