]> git.pld-linux.org Git - SPECS.git/blob - ntfs-tools.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / ntfs-tools.spec
1 Summary:        User level tools a la mtools to access an NTFS volume
2 Summary(pl.UTF-8):      Narzędzia w stylu mtools do partycji NTFS
3 Name:           ntfs-tools
4 Version:        0.9
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/linux-ntfs/orig-%{name}-%{version}.tar.bz2
9 # Source0-md5:  99f39bd4d04cc3148678d473e1e56cfb
10 URL:            http://linux-ntfs.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  ctags
13 ExclusiveArch:  %{ix86}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 User level tools a la mtools to access an NTFS volume.
18
19 %description -l pl.UTF-8
20 Narzędzia w stylu mtools do partycji NTFS.
21
22 %prep
23 %setup -q -n ntfs
24
25 %build
26 %{__autoconf}
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install ntcat ntchange ntcp ntdir ntdump ntgrep ntmkdir $RPM_BUILD_ROOT%{_bindir}
35 # mkntfs not included - it's in more recent linux-ntfs package
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc HACKING doc/*
43 %attr(755,root,root) %{_bindir}/*
This page took 0.175807 seconds and 3 git commands to generate.