From 7bd9626a6e43b0670dfdaa70f0a8d5e1fbfc8b8a Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Sat, 11 Feb 2017 09:26:36 +0000 Subject: 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 --- testing/6tunnel/APKBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 testing/6tunnel/APKBUILD (limited to 'testing') 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 -# Maintainer: Stuart Cardall -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" -- cgit v1.2.3