summaryrefslogtreecommitdiff
path: root/community/6tunnel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/6tunnel
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/6tunnel')
-rw-r--r--community/6tunnel/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD
deleted file mode 100644
index c619ab778..000000000
--- a/community/6tunnel/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65025 2012-02-20 02:05:08Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Anders Bergh <anders1@gmail.com>
-
-pkgname=6tunnel
-pkgver=0.11rc2
-pkgrel=5
-pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
-url="http://toxygen.net/6tunnel/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=()
-source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz)
-md5sums=('74e02d4f0704b3083a01feda66033449')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- autoconf
- ./configure --prefix=/usr
- make
- install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
- install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
-}