X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 5B697DC03B8 for ; Mon, 28 Sep 2015 14:42:44 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D3350DC00F4 for ; Mon, 28 Sep 2015 14:42:43 +0000 (UTC) Received: from localhost (ip5f5ac8ee.dynamic.kabel-deutschland.de [95.90.200.238]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id f8a4bdab; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; for ; Mon, 28 Sep 2015 16:42:40 +0200 (CEST) Date: Mon, 28 Sep 2015 16:42:40 +0200 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/libgit2: new aport Message-ID: <20150928144240.GA13633@francium.lan> References: <1443445808-21548-1-git-send-email-pgmillon@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1443445808-21548-1-git-send-email-pgmillon@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On 28.09.15, Pierre-Gildas MILLON wrote: > --- /dev/null > +++ b/testing/libgit2/APKBUILD > @@ -0,0 +1,46 @@ > +# Contributor: Pierre-Gilas MILLON > +# Maintainer: Don't you want to maintain this package? On 28.09.15, Pierre-Gildas MILLON wrote: > +depends_dev=3D"" > +makedepends=3D"$depends_dev python cmake zlib-dev curl-dev libssh2-dev" Are you sure that zlib-dev curl-dev and libssh2-dev aren't dependencies for the -dev subpackage? On 28.09.15, Pierre-Gildas MILLON wrote: > +build() { > + cd "$_builddir" > + cmake -DCMAKE_INSTALL_PREFIX=3D/usr "$_srcdir" || return 1 > +} I don't know much about cmake but shouldn't this include the --build flag for cmake? S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---