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