2009-10-10 02:15:33 +00:00
|
|
|
# Maintainer: Anders Bergh <anders1@gmail.com>
|
|
|
|
pkgname=6tunnel
|
|
|
|
pkgver=0.11rc2
|
|
|
|
pkgrel=3
|
|
|
|
pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
|
|
|
|
url="http://toxygen.net/6tunnel/"
|
|
|
|
license=('GPL')
|
2009-10-10 03:25:07 +00:00
|
|
|
arch=('i686' 'x86_64' 'arm')
|
2009-10-10 02:15:33 +00:00
|
|
|
source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz)
|
|
|
|
md5sums=('74e02d4f0704b3083a01feda66033449')
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
|
|
|
autoconf
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make || return 1
|
|
|
|
install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
|
|
|
|
install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
|
|
|
|
}
|