]> git.pld-linux.org Git - packages/captive-drivers.git/blob - captive-drivers.spec
- require captive
[packages/captive-drivers.git] / captive-drivers.spec
1 # the drivers that were supposed to work, didn't.
2 # so these drivers didn't work for me.
3 Summary:        NTFS Drivers
4 Summary(pl):    Sterowniki NTFS
5 Name:           captive-drivers
6 Version:        0.1
7 Release:        0.2
8 License:        restricted, non-distributable
9 Group:          Applications/System
10 Source0:        http://download.microsoft.com/download/9/7/6/9763833d-bd58-41e2-9911-50f64c7252a3/xpsp1a_en_x86_CHK.exe
11 # NoSource0-md5:        257c90b85f20f597caad8a4bd8c481ef
12 NoSource:       0
13 BuildRequires:  cabextract
14 Requires:       captive
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Contains ntfs.sys and ntoskrnl.exe from Windows XP SP1.
20
21 %description -l pl
22 Pakiet zawieraj±cy ntfs.sys i ntoskrnl.exe z Windows XP SP1.
23
24 %prep
25 %setup -q -c -T
26 cabextract %{SOURCE0} -F ntfs.sys
27 cabextract %{SOURCE0} -F ntoskrnl.ex_
28 cabextract ntoskrnl.ex_
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT/var/lib/captive
33 install ntfs.sys ntoskrnl.exe $RPM_BUILD_ROOT/var/lib/captive
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 /var/lib/captive/*
This page took 0.028144 seconds and 4 git commands to generate.