X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.squbes.com (squbes.com [208.74.142.49]) by lists.alpinelinux.org (Postfix) with ESMTP id 8ACF661A669 for ; Mon, 21 Sep 2009 04:27:28 +0000 (UTC) Received: from [10.252.6.136] (c-71-198-148-217.hsd1.ca.comcast.net [71.198.148.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nangel@nothome.org) by mail.squbes.com (Postfix) with ESMTPSA id 0E26A50001CB0 for ; Mon, 21 Sep 2009 04:27:27 +0000 (UTC) Message-ID: <4AB700A9.5000607@nothome.org> Date: Sun, 20 Sep 2009 21:27:21 -0700 From: Nathan Angelacos User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Alpine-devel Subject: [alpine-devel] noob question on package building documentation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Following: http://wiki.alpinelinux.org/w/index.php?title=Creating_an_Alpine_package I'm trying to build inter7's vpopmail (and, yes, I want to use it with postfix, so that will complicate things) under the section "Depends& makedepends" there's discussion on how to figure out what to disable with abuild unpack http://www.gentoo-portage.com/net-mail/vpopmail suggests: --sysconfdir=${VPOP_HOME}/etc \ --enable-non-root-build \ --enable-qmaildir=${QMAIL_HOME} \ --enable-qmail-newu=${QMAIL_HOME}/bin/qmail-newu \ --enable-qmail-inject=${QMAIL_HOME}/bin/qmail-inject \ --enable-qmail-newmrh=${QMAIL_HOME}/bin/qmail-newmrh \ --enable-vpopuser=vpopmail \ --enable-vpopgroup=vpopmail \ --enable-many-domains \ --enable-file-locking \ --enable-file-sync \ --enable-md5-passwords \ --enable-logging \ --enable-auth-logging \ --enable-log-name=vpopmail \ --enable-qmail-ext \ --disable-tcp-rules-prog \ --disable-tcpserver-file \ --disable-roaming-users \ Fair enough.. but where do I put that in the abuild system? Later on, in Configure options, it says "we are not covering the depend switched hser because we have discussed this already in the depend section." But there's no example of what the stuff from gentoo should look like in abuild. It would probably be helpful to have a simple example. Yes, looking at other abuilds helps, but it might be helpful from the wiki viewpoint to offer a single, complete, example. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---