X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id E6943DC00C8; Mon, 1 Sep 2014 08:39:31 +0000 (UTC) Date: Mon, 1 Sep 2014 10:39:28 +0200 From: Natanael Copa To: Johannes Matheis Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 3/3] testing/quicktun: new aport Message-ID: <20140901103928.7db09598@ncopa-desktop.alpinelinux.org> In-Reply-To: <1409418539-turnsole-61301@jmt.gr> References: <1409418539-turnsole-61301@jmt.gr> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 30 Aug 2014 17:09:34 +0000 Johannes Matheis wrote: > http://wiki.ucis.nl/QuickTun > Simple and secure VPN software using NaCl encryption > --- > testing/quicktun/APKBUILD | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 46 insertions(+) > create mode 100644 testing/quicktun/APKBUILD > > diff --git a/testing/quicktun/APKBUILD b/testing/quicktun/APKBUILD > new file mode 100644 > index 0000000..202f191 > --- /dev/null > +++ b/testing/quicktun/APKBUILD > @@ -0,0 +1,46 @@ > +# Contributor: Johannes Matheis > +# Maintainer: Johannes Matheis > +pkgname=quicktun > +pkgver=2.2.4 > +pkgrel=0 > +pkgdesc="Simple and secure VPN software using NaCl encryption" > +url="http://wiki.ucis.nl/QuickTun" > +arch="all" > +license="custom" Looks like the license is BSD? > +depends="libsodium" We should not add shared libs as depends as abuild handles that automatically for us. We only need to add the -dev package to makedepends (as you do below). > +depends_dev="tar libsodium-dev" > +makedepends="$depends_dev" > +install="" > +subpackages="$pkgname-keypair" > +source="http://oss.ucis.nl/${pkgname}/src/${pkgname}-${pkgver}.tgz" Could you please confirm that the license is BSD? Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---