]> git.pld-linux.org Git - SPECS.git/blob - sib.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / sib.spec
1 Summary:        simple IPX bridge
2 Summary(pl.UTF-8):      prosty tunel IPX
3 Name:           sib
4 Version:        1.2
5 Release:        2
6 License:        GPL
7 Group:          Daemons
8 #Source0Download: http://members.aon.at/stsz/sib/download.html
9 Source0:        http://members.aon.at/stsz/sib/%{name}-%{version}.tar.gz
10 # Source0-md5:  ab9aed3f65676c3d9fc441dbefb12320
11 Patch0:         %{name}-fixes.patch
12 Patch1:         %{name}-lzo2.patch
13 URL:            http://members.aon.at/stsz/sib/
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  lzo-devel >= 2.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 SIB - simple IPX bridge - is a tool for tunneling IPX (and even IP and
20 802.3) via UDP over a public network (e.g. Internet). It is able to
21 put the interface it listens on to promiscous mode, so all frames (not
22 only broadcasts, and frames for the tunneling server) can be received.
23
24 %description -l pl.UTF-8
25 SIB - prosty most IPX - to narzędzie pozwalające na tunelowanie IPX (a
26 nawet IP oraz 802.3) przy użyciu UDP poprzez publiczną sieć (np.
27 Internet). Program potrafi uaktywnić tryb promiscous na interfejsie
28 sieciowym dzięki czemu wszystkie ramki (nie tylko broadcasty czy ramki
29 do serwera tunelującego) mogą być tunelowane.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 %{__make} \
38         LIB="%{_lib}" \
39         GPPC="%{__cxx}" \
40         GPPOPT="%{rpmcflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_sbindir}
45
46 install bin/sib $RPM_BUILD_ROOT%{_sbindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS COMPATIBILITY ChangeLog README THANKS TODO
54 %attr(755,root,root) %{_sbindir}/*
This page took 0.040331 seconds and 3 git commands to generate.