]> git.pld-linux.org Git - SPECS.git/blob - l2tpd.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / l2tpd.spec
1 Summary:        Layer two tunelling protocol daemon
2 Summary(pl.UTF-8):      Demon tunelujący protokoły warstwy drugiej
3 Name:           l2tpd
4 Version:        0.69
5 Release:        0.1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://www.l2tpd.org/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  c5dba6b80f583070fe9e6ed6e0c2162e
10 Patch0:         %{name}-fix.patch
11 URL:            http://l2tpd.snapgear.org/l2tpd.org/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A Layer 2 Tunneling Protocol VPN daemon for Linux and other
16 POSIX-bases OSs.
17
18 %description -l pl.UTF-8
19 Demon VPN tunelujący protokoły warstwy drugiej dla Linuksa i innych
20 systemów opartych na POSIX.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         DFLAGS="%{rpmcflags} -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_sbindir}
34
35 install l2tpd $RPM_BUILD_ROOT%{_sbindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc CREDITS README TODO
43 %attr(755,root,root) %{_sbindir}/*
This page took 0.085745 seconds and 3 git commands to generate.