X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by lists.alpinelinux.org (Postfix) with ESMTP id DE5CE5C4540 for ; Thu, 29 Dec 2016 10:19:48 +0000 (GMT) Received: by mail-wm0-f68.google.com with SMTP id u144so65793137wmu.0 for ; Thu, 29 Dec 2016 02:19:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:in-reply-to:references:mime-version; bh=0MXoJDe4VXtB2Lm2ODtwTlAkhgGj9QY4d8ekuo08OC8=; b=q0ReVPWJOZTRaCxzJ+GXgfM2v/tQARIamvHLfqUbHbfa22eKPy2UowNoLqRfszTETp ++3twspYOMRP0uM+9J0vA/gZoNjIMCucJCaFd+zxHO5XY8ht366sy9WE+XOXOFf4lyKU u9kka9bTiy0EIMo9phWAfq1K1PFY96qolkFBhPSd2kKdH6UPW/r02Ql+mxd/BEJMJ6pM yN0mb8KfpplghXEOCd7oEKR3iDHEJRdkojsOnuqW9fWmcGfkIWfqyVVLldj6tMyb3LQA RP2bAAwXFb6/KiaOVph++SyZwrNo92VU5vy6zNXo/uA1EEf/Z/ed21ZGgCd40uxO/24B QmjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:mime-version; bh=0MXoJDe4VXtB2Lm2ODtwTlAkhgGj9QY4d8ekuo08OC8=; b=iDXDhDXmD2qQp+22GTItjRbFFrDnbPqCniDFcBfNAozV7J6HrhQNIl6IoAe0cMBLjv OJxuzWYkOJAJ9LzcGd1nbCc63Pb8pNV8FAqxFV5OEsEu6KY805Szkhkf1pOh8Nqy+08d 0ZD8xhM0lnvuSM1LEL7Ad87uk7De2nf7bjt03pR2Lpyk4qng2PzfuKhBEnsFGEsqeMB3 dxZPgDJTZ/IVWQ2uM7SZhVYFym6bSIEvA0Fijw2GEv+0vPcIRXvD1fzwfgCKEsjJoK9X MvDct5SCcBfGI+EYbb2xSdKTb5IGiHqwp5xdpwMan/Xfw/aXFWzyTrk2tb58+iUi0xF5 CSpA== X-Gm-Message-State: AIkVDXI0/Tn82Fz6hM/cNnjb+mau1hEtevlFccPsT36qW/lvaXei/uip+z/3miAdwILetA== X-Received: by 10.28.68.195 with SMTP id r186mr34374850wma.105.1483006788239; Thu, 29 Dec 2016 02:19:48 -0800 (PST) Received: from df1844j.local ([89.202.239.221]) by smtp.googlemail.com with ESMTPSA id m145sm64594490wma.3.2016.12.29.02.19.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Dec 2016 02:19:47 -0800 (PST) Message-ID: <1483006781.18348.10.camel@gmail.com> Subject: Re: [alpine-aports] [PATCH] testing/irc.c: new aport From: Leonardo Arena To: xcko shrdlu , alpine-aports@lists.alpinelinux.org Date: Thu, 29 Dec 2016 11:19:41 +0100 In-Reply-To: <20161105010206.GA5295@trust.olympus> References: <20161105010206.GA5295@trust.olympus> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-JIN38LHRoNtBT/EWseCX" X-Mailer: Evolution 3.18.5.2-0ubuntu3 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-JIN38LHRoNtBT/EWseCX Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, thank you for your contribution! On ven, 2016-11-04 at 18:02 -0700, xcko shrdlu wrote: > https://c9x.me/irc > A minimal curses IRC client > --- > =C2=A0testing/irc.c/APKBUILD | 33 +++++++++++++++++++++++++++++++++ > =C2=A0testing/irc.c/Makefile | 12 ++++++++++++ > =C2=A02 files changed, 45 insertions(+) > =C2=A0create mode 100644 testing/irc.c/APKBUILD > =C2=A0create mode 100644 testing/irc.c/Makefile >=20 > diff --git a/testing/irc.c/APKBUILD b/testing/irc.c/APKBUILD > new file mode 100644 > index 0000000..95dbb7e > --- /dev/null > +++ b/testing/irc.c/APKBUILD > @@ -0,0 +1,33 @@ > +# Contributor: xcko shrdlu > +# Maintainer: xcko shrdlu > +pkgname=3Dirc.c > +pkgver=3D1 > +pkgrel=3D0 > +pkgdesc=3D"A minimal curses IRC client" > +url=3D"http://c9x.me/irc" > +arch=3D"all" > +license=3D"CC0" > +depends=3D"ncurses" > +depends_dev=3D"" > +makedepends=3D"ncurses-dev" You don't need to specify depends for library used during the build process. abuild automatically detects them. Other than this it looks good. Thanks! |_eo --=-JIN38LHRoNtBT/EWseCX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJYZOM9AAoJELAPckZGG2T6+/EH/0FiIKbxTxTvQkpFV6sVAQl1 ZnjN0ccWpk5EmtbheRVeWRRmaasbtn/P+i41wM8wA7iktq5OHpupUsRDSveb3b+p c186hfLXSZWRJmsKhhANydqXDjUcqMeFBaggWr2sfSZSkKTCcN0dUv9/tzZT6LMy +z/BPYhwQDDcyjVMc44pntsrSlOnG+pRuflLMuVXtofIfQ5J6pFy4GObVCixgCjn UpTu2G0SaZmeAO8wTVRb68H9nIMXsqhn4OlWpYF1yuO1QfwqKDC37UotvCzLPcfv S+GYxFLPnmaPWeVtzqDoEXhtrMd31dMZq+LeBffmC8KL1Cf2+xL4gxKtlCOc06c= =qMIH -----END PGP SIGNATURE----- --=-JIN38LHRoNtBT/EWseCX-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---