]> git.pld-linux.org Git - packages/cipe.git/blame - cipe.spec
- typo
[packages/cipe.git] / cipe.spec
CommitLineData
859edd7f
SZ
1%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
2%define _kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
3%define smpstr %{?_with_smp:-smp}
4%define smp %{?_with_smp:1}%{!?_with_smp:0}
5
6Summary: CIPE - encrypted IP over UDP tunneling
7Name: cipe
8Version: 1.5.2
9Release: 1
10License: GPL
11Group: Networking/Daemons
12Group(de): Netzwerkwesen/Server
13Group(pl): Sieciowe/Serwery
14Source0: http://sites.inka.de/bigred/sw/%{name}-%{version}.tar.gz
15Patch0: %{name}-autoconf.patch
16Patch1: %{name}-makefile.patch
17BuildRequires: openssl-devel >= 0.9.6
18BuildRequires: %{_bindir}/openssl
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _sysconfdir /etc
22
23%description
24CIPE (the name is shortened from *Crypto IP Encapsulation*) is a
25package for an encrypting IP tunnel device. This can be used to build
26encrypting routers for VPN (Virtual Private Networks) and similar
27applications.
28
29%description -l pl
30