]> git.pld-linux.org Git - packages/captive-drivers.git/blame - captive-drivers.spec
- unfinished
[packages/captive-drivers.git] / captive-drivers.spec
CommitLineData
5fd23de0
ER
1# the drivers that were supposed to work. didn't.
2# so these drivers didn't work for me.
3Summary: NTFS Drivers
4Name: captive-drivers
5Version: 0.1
6Release: 0.1
7License: restricted, non-distributable
8Group: Applications/System
9Source0: http://download.microsoft.com/download/9/7/6/9763833d-bd58-41e2-9911-50f64c7252a3/xpsp1a_en_x86_CHK.exe
10# NoSource0-md5: 52ea53ae2cf93247ca07c0cf257367b6
11NoSource: 0
12BuildRequires: rpm-utils
13BuildRequires: unzip
14BuildRequires: mawk
15BuildRequires: cdrtools-utils
16ExclusiveArch: %{ix86}
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Contains ntfs.sys and ntoskrnl.exe from XP SP1.
21
22%prep
23%setup -q -c -T
24
25%build
26
27%install
28rm -rf $RPM_BUILD_ROOT
29install -d $RPM_BUILD_ROOT/var/lib/captive
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36/var/lib/captive/*
This page took 0.226219 seconds and 4 git commands to generate.