view contrib/ebuilds/quicktun-2.1.7.ebuild @ 1202:306a7562f05e draft

????????: abs <post@abslimit.info> ?? ????? master ???? ????? ????????? ? ???????????? ? ?origin/master?. ?????????, ??????? ????? ???????? ? ??????: ????? ????: db/as/49608/owner ????? ????: db/dom/ano/abslimit/owner ????? ????: db/dom/ano/netstalking/owner ????? ????: db/ip/15/0A/0B/00/cidr ????? ????: db/ip/15/0A/0B/00/owner ????? ????: db/usr/abslimit/git
author abs <abs@abslimit.info>
date Sun, 13 May 2018 14:57:04 +0300
parents 9b65eafaf2d8
children
line wrap: on
line source

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="QuickTun is probably the simplest VPN tunnel software ever, yet
it's very secure. It relies on the NaCl encryption library by D. J. Bernstein."
HOMEPAGE="http://wiki.ucis.nl/QuickTun"
SRC_URI="http://oss.ucis.nl/quicktun/src/quicktun-2.1.7.tgz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-libs/nacl"
RDEPEND="${DEPEND}"

src_compile() {
	NACL_SHARED=1 ./build.sh
}

src_install() {
	mkdir -p "${D}/usr/sbin/"
	cp out/quicktun.* "${D}/usr/sbin/"
}