]> git.pld-linux.org Git - packages/captive-drivers.git/blob - captive-drivers.spec
- pl
[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.1
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 ExclusiveArch:  %{ix86}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Contains ntfs.sys and ntoskrnl.exe from Windows XP SP1.
19
20 %description -l pl
21 Pakiet zawieraj±cy ntfs.sys i ntoskrnl.exe z Windows XP SP1.
22
23 %prep
24 %setup -q -c -T
25 cabextract %{SOURCE0} -F ntfs.sys
26 cabextract %{SOURCE0} -F ntoskrnl.ex_
27 cabextract ntoskrnl.ex_
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT/var/lib/captive
32 install ntfs.sys ntoskrnl.exe $RPM_BUILD_ROOT/var/lib/captive
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 /var/lib/captive/*
This page took 0.050297 seconds and 3 git commands to generate.