]> git.pld-linux.org Git - packages/6tunnel.git/commitdiff
-raw spec
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Feb 2000 12:14:05 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    6tunnel.spec -> 1.1

6tunnel.spec [new file with mode: 0644]

diff --git a/6tunnel.spec b/6tunnel.spec
new file mode 100644 (file)
index 0000000..33a69de
--- /dev/null
@@ -0,0 +1,31 @@
+Name: 6tunnel
+Version: #VERSION#
+Release: 1
+Group: Networking/Utilities
+Copyright: GPL
+BuildRoot: /var/tmp/%{name}-root
+Source: ftp://amba.bydg.pdi.net/pub/wojtekka/6tunnel-%{version}.tar.gz
+Summary: Simple tunneling for applications that don't speak IPv6.
+
+%description
+If you want to access some services that are avaiable only for IPv6 hosts
+and the application doesn't support it or you have no time to play with
+patches, use this tool. Simple `6tunnel 6668 irc6.net 6667' will do :)
+
+%prep
+%setup -n 6tunnel
+%build
+make
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/bin %{buildroot}/usr/man/man1
+install 6tunnel %{buildroot}/usr/bin
+install 6tunnel.1 %{buildroot}/usr/man/man1
+
+%clean
+rm -rf %{buildroot}
+
+%files
+/usr/bin/6tunnel
+/usr/man/man1/6tunnel.1
This page took 0.13448 seconds and 4 git commands to generate.