]> git.pld-linux.org Git - packages/captive.git/blob - captive.spec
- initial
[packages/captive.git] / captive.spec
1 Summary:        Captive NTFS
2 Summary(pl):    Captive NTFS
3 Name:           captive
4 Version:        1.1.5
5 Release:        0
6 License:        GPL (?)
7 Group:          Base/Kernel
8 Source0:        http://www.jankratochvil.net/ptoject/%{name}/dist/%{name}-%{version}.tar.gz
9 #BuildRequires:
10 #Requires:
11 URL:
12 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 - -- empty --
16
17 %description -l pl
18 - -- pusty --
19
20 %prep
21 %setup -q
22
23 #%patch
24
25 %build
26 ./configure --prefix=%{_prefix}
27 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
32
33 %post
34 %postun
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc
This page took 0.135589 seconds and 4 git commands to generate.