diff options
| author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-02-11 09:26:36 +0000 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-12 22:19:53 +0100 |
| commit | 7bd9626a6e43b0670dfdaa70f0a8d5e1fbfc8b8a (patch) | |
| tree | 131fdf413a08d5d046cd6bad99f68fbe4c4aa664 /testing | |
| parent | d4f77493398802ac3b72c19cc4735d30592151be (diff) | |
| download | aports-7bd9626a6e43b0670dfdaa70f0a8d5e1fbfc8b8a.tar.bz2 aports-7bd9626a6e43b0670dfdaa70f0a8d5e1fbfc8b8a.tar.xz | |
testing/6tunnel: move to community, add runit example
include -u option in help for dropping privileges
adds runit example script for service supervision
Review notes:
I split the patch to add-runit and fix-help, added comment about
origin of the patches and discarded unrelated fixes of trailing
spaces. ~ @jirutka
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/6tunnel/APKBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/6tunnel/APKBUILD b/testing/6tunnel/APKBUILD deleted file mode 100644 index c2318c7739..0000000000 --- a/testing/6tunnel/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Stuart Cardall <developer@it-offshore.co.uk> -# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> -pkgname=6tunnel -pkgver=0.12 -pkgrel=0 -pkgdesc="TCP proxy for non-IPv6 applications" -url="http://toxygen.net/6tunnel" -arch="all" -license="GPL2" -makedepends="automake autoconf" -subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/wojtekka/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/"$pkgname-$pkgver - -build() { - cd "$builddir" - autoreconf --install - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || return 1 - make || return 1 -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="4a2197a70aa777baa072e73ee0117231 6tunnel-0.12.tar.gz" -sha256sums="995e8b96b8d782623a7c21d4d81a973837b69689268f318f03c296ece6c66ede 6tunnel-0.12.tar.gz" -sha512sums="8d6148fec0d10b4eaad0c7b646a38b1e1f2dd2ca5f4c7b34e99fea67e5dde8a6b8d150a0bca777902dccb468f4ddf78d1fc6e3a73581314492de1ecccbb03e30 6tunnel-0.12.tar.gz" |
