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