]> git.pld-linux.org Git - SPECS.git/blob - mipv6.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mipv6.spec
1 Summary:        MIPL Mobile IPv6 - Mobile Support in IPv6 implementation
2 Summary(pl.UTF-8):      MIPL Mobile IPv6 - implementacja Mobile Support w IPv6
3 Name:           mipv6
4 Version:        2.0.2
5 Release:        0.1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://www.mobile-ipv6.org/software/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  2cf58dca0ab3c38223e25dbecba8ed37
10 URL:            http://www.mobile-ipv6.org/
11 BuildRequires:  openssl-devel >= 0.9.7d
12 BuildRequires:  rpmbuild(macros) >= 1.268
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 MIPL Mobile IPv6 for Linux is an implementation of the Mobility
17 Support in IP version 6 (RFC 3775).
18
19 %description -l pl.UTF-8
20 MIPL Mobile IPv6 to linuksowa implementacja Mobility Suport w IP w
21 wersji 6 (RFC 3775).
22
23 %prep
24 %setup -q
25
26 %build
27 %configure \
28         --enable-vt
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS BUGS INSTALL* NEWS README* THANKS
This page took 0.406906 seconds and 3 git commands to generate.