X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) by lists.alpinelinux.org (Postfix) with ESMTP id BA1625C421B for ; Mon, 30 Jan 2017 12:56:30 +0000 (GMT) Received: by mail-vk0-f52.google.com with SMTP id t8so214763665vke.3 for ; Mon, 30 Jan 2017 04:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=0blf1BEBcI+x36Pn9tY7J+xMjXFMI3CtRXepV1bQf4E=; b=gluOJ170JUVi/4CdtlTMU9b+330hnd8wbvZOsmlG5xKPbEryJKZdRE8y7Y281fE3Hc 7puJb0Gcol/xySAxSGRKkZ+w7riVUCm0vVX2ntV4ampH8Q2lymJZYCLzxTf82wqOftTI qsM5unasCVbEaKK7bNrDXMOzh5DdK7ZNufjNnptQOWiJcMeI4vnClKC3p4IHGw9uXcK+ NrtU2qxh/t4vlh9z3s+6Is8rmjzvfmGC498C2liKA1o74bPRdzPFmOgjGqVOFhR0hkZH c/Snb2yL4GOrwD31vLgVIjFiifMeM0hKwJBvYbuZ3Aq90ls+BQg/WxKTxP2GtkVtW3f4 DfUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=0blf1BEBcI+x36Pn9tY7J+xMjXFMI3CtRXepV1bQf4E=; b=RsQaPnsjFZv4DvglI1p3xUUPIDid3ty//jVJASOiz2dUpLvO0qO+rBYy9d27w3IQkA Qyq7IOvo9bJDRLEdJ0NKwbwSt1hyClASGeAgogirD5Cqt7JWjV/VLZ3w0gBQHPiRjPLg 19R2FaCriSZj/dGTwsNYfXR3GoTcos5e2VYlmCoMdf/GueChsSzSkKgFTt1uYSj0zavf xa6KS2eKLuJzg2Zi22CSiEpmh4RYEjH8s/ctbJAcFY78F+QMRuI1KtYVrhMHbCml92DR yCAd/xeMpkwCHQEKDLeJhI1IWawclGv7Eq3aXyzTJcL0qyfq+Gh1wNtqP0C6bB+gjygF 0osA== X-Gm-Message-State: AIkVDXL01WhuLDGow728bA3B/+YaQZgRZEyJomlZrp4V3Zoi+X1ugAwIyvmnip3keFsc8oN9nODc3Wnq3xYmBg== X-Received: by 10.31.95.73 with SMTP id t70mr10208197vkb.49.1485780990123; Mon, 30 Jan 2017 04:56:30 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.95.194 with HTTP; Mon, 30 Jan 2017 04:56:29 -0800 (PST) In-Reply-To: References: From: Alba Pompeo Date: Mon, 30 Jan 2017 10:56:29 -0200 Message-ID: Subject: [alpine-devel] Re: Meta package for pulling in all dev packages To: alpine-dev Content-Type: text/plain; charset=UTF-8 What if we added ` install_if="devs $pkgname=$pkgver-r$pkgrel" ` to http://git.alpinelinux.org/cgit/abuild/tree/abuild.in#n1505 and created an APKBUILD `devs` just like `docs` ? Would it work? BTW, I was reading abuild.in. In default_doc I found a possible resource waste. http://git.alpinelinux.org/cgit/abuild/tree/abuild.in#n1421 If I understand it, the ` install_if ` is reading checking *all* packages to see if the name is ` docs `. Isn't that dumb? Wouldn't be a better idea to put that line into the docs package itself? http://git.alpinelinux.org/cgit/aports/tree/main/docs/APKBUILD doc() { default_doc install_if="docs $pkgname=$pkgver-r$pkgrel" } What you think? On Sun, Jan 8, 2017 at 11:36 AM, Alba Pompeo wrote: > Hi all. > > Currently we have the meta package 'docs' for pulling in all documentation. > http://git.alpinelinux.org/cgit/aports/tree/main/docs/APKBUILD > Could we have a 'devs' meta package for pulling in all developer packages? > That would be very handy. > > Thanks a lot. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---