diff options
author | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-20 23:15:21 +0000 |
commit | 11484c032f8c236b2044e715a9a3b28e33f65598 (patch) | |
tree | ec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/6tunnel | |
parent | 1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff) |
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/6tunnel')
-rw-r--r-- | community/6tunnel/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index a873e8817..c619ab778 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -1,12 +1,15 @@ +# $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=4 +pkgrel=5 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" url="http://toxygen.net/6tunnel/" license=('GPL') arch=('i686' 'x86_64') -depends=(glibc) +depends=() source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) md5sums=('74e02d4f0704b3083a01feda66033449') @@ -14,7 +17,7 @@ build() { cd $srcdir/$pkgname-$pkgver autoconf ./configure --prefix=/usr - make || return 1 + make install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1 install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel } |