diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
commit | c0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch) | |
tree | 8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/6tunnel/PKGBUILD | |
parent | a05bf04c686ff44fc6c12fbe774d65032b74c55d (diff) | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/6tunnel/PKGBUILD
community/chrootuid/PKGBUILD
community/cpulimit/PKGBUILD
community/cutter/PKGBUILD
community/darkhttpd/PKGBUILD
community/darkstat/PKGBUILD
community/datemath/PKGBUILD
community/delegate/PKGBUILD
community/dfm/PKGBUILD
community/freedroid/PKGBUILD
community/parano/PKGBUILD
community/pyvorbis/PKGBUILD
community/scrotwm/PKGBUILD
extra/antlr2/PKGBUILD
extra/live-media/PKGBUILD
extra/mono-zeroconf/PKGBUILD
extra/vlc/PKGBUILD
Diffstat (limited to 'community/6tunnel/PKGBUILD')
-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 a3c169763..aa7df64cd 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' 'mips64el') -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 } |