]> git.pld-linux.org Git - packages/6tunnel.git/blame - 6tunnel.spec
-raw spec
[packages/6tunnel.git] / 6tunnel.spec
CommitLineData
9d820a95
AM
1Name: 6tunnel
2Version: #VERSION#
3Release: 1
4Group: Networking/Utilities
5Copyright: GPL
6BuildRoot: /var/tmp/%{name}-root
7Source: ftp://amba.bydg.pdi.net/pub/wojtekka/6tunnel-%{version}.tar.gz
8Summary: Simple tunneling for applications that don't speak IPv6.
9
10%description
11If you want to access some services that are avaiable only for IPv6 hosts
12and the application doesn't support it or you have no time to play with
13patches, use this tool. Simple `6tunnel 6668 irc6.net 6667' will do :)
14
15%prep
16%setup -n 6tunnel
17%build
18make
19
20%install
21rm -rf %{buildroot}
22mkdir -p %{buildroot}/usr/bin %{buildroot}/usr/man/man1
23install 6tunnel %{buildroot}/usr/bin
24install 6tunnel.1 %{buildroot}/usr/man/man1
25
26%clean
27rm -rf %{buildroot}
28
29%files
30/usr/bin/6tunnel
31/usr/man/man1/6tunnel.1
This page took 0.132924 seconds and 4 git commands to generate.