summaryrefslogtreecommitdiff
path: root/community/6tunnel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/6tunnel/PKGBUILD')
-rw-r--r--community/6tunnel/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD
index c619ab778..8e39384ff 100644
--- a/community/6tunnel/PKGBUILD
+++ b/community/6tunnel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65025 2012-02-20 02:05:08Z spupykin $
+# $Id: PKGBUILD 113907 2014-07-01 09:45:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Anders Bergh <anders1@gmail.com>
pkgname=6tunnel
pkgver=0.11rc2
-pkgrel=5
+pkgrel=6
pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
url="http://toxygen.net/6tunnel/"
license=('GPL')
@@ -18,6 +18,10 @@ build() {
autoconf
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
}