]> git.pld-linux.org Git - packages/6tunnel.git/blob - 6tunnel.spec
- added using %%{__make} macro.
[packages/6tunnel.git] / 6tunnel.spec
1 Summary:        Simple tunneling for applications that don't speak IPv6
2 Summary(pl):    Proste narzêdzie do tunelowania
3 Name:           6tunnel
4 Version:        0.04
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Group(pl):      Sieciowe/Narzêdzia
9 Source0:        ftp://bzium.eu.org/pub/%{name}-%{version}.tar.gz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 If you want to access some services that are avaiable only for IPv6
14 hosts and the application doesn't support it or you have no time to
15 play with patches, use this tool. Simple `6tunnel 6668 irc6.net 6667'
16 will do :)
17
18 %description -l pl
19 Je¶li chcesz uzyskaæ dostêp do niektórych us³ug, dostêpnych wy³±cznie
20 poprzez IPv6 z aplikacji, która nie wspiera IPv6 mo¿esz u¿yæ tego
21 narzêdzia. Np. `6tunnel 6668 irc6.net 6667'.
22
23 %prep
24 %setup -q -n %{name}
25
26 %build
27 %{__make} CC="gcc $RPM_OPT_FLAGS -Wall"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32
33 install -s 6tunnel $RPM_BUILD_ROOT%{_bindir}
34 install 6tunnel.1  $RPM_BUILD_ROOT%{_mandir}/man1
35
36 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/6tunnel
44 %{_mandir}/man1/*
This page took 0.125706 seconds and 3 git commands to generate.