X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-qy0-f196.google.com (mail-qy0-f196.google.com [209.85.221.196]) by lists.alpinelinux.org (Postfix) with ESMTP id 490A061A669 for ; Mon, 21 Sep 2009 04:43:39 +0000 (UTC) Received: by qyk34 with SMTP id 34so1885278qyk.14 for ; Sun, 20 Sep 2009 21:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=MbEIV2PwCt2Y8mgqsKZTRIgH0nEvJEjsKWayahJl8Co=; b=YsamhlkQb/OCcthnSHwfvV17l/ZSml/AAN8pz05/lS6BgTH5rFGx9pprT3xbM7x0/w dsi5bVEI/h7FCyM/i0uxVx/ronDBUekNSOuN4lWOWPH60+qJ1PPZ4tlNbzzFKq0/MbYQ PNDu3GoAiriS6rg5KooDLEU+iMmJOAypE+uHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=QGzp7ISdDdqwsTCfHvgx6JD/ZWSl43c1UdBfpjOt/HLOpVtlh25otTTA1js98FGptM C/W3iHOb+BnijMcK6FrZeiy8GyljIXMyYN13nXQqoI3hzXbceXARVvxHGHoNMs77JLZ4 r8dq0rs/b8Y4ok+xIviNzUHQlWcSK+sF0O5M8= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Sender: jeremythomerson@gmail.com Reply-To: jeremy@thomersonfamily.com Received: by 10.229.54.148 with SMTP id q20mr951800qcg.18.1253508217742; Sun, 20 Sep 2009 21:43:37 -0700 (PDT) In-Reply-To: <4AB700A9.5000607@nothome.org> References: <4AB700A9.5000607@nothome.org> Date: Sun, 20 Sep 2009 23:43:37 -0500 X-Google-Sender-Auth: 8d714dd801c3f977 Message-ID: <6602aeca0909202143mffffb24jbe45dfdd42361718@mail.gmail.com> Subject: Re: [alpine-devel] noob question on package building documentation From: Jeremy Thomerson To: Nathan Angelacos Cc: Alpine-devel Content-Type: multipart/alternative; boundary=001517741bbc0aa5bc04740f20f3 --001517741bbc0aa5bc04740f20f3 Content-Type: text/plain; charset=ISO-8859-1 I believe you just need to add those to your configure command. See this APKBUILD for an example.... http://git.alpinelinux.org/cgit/aports/tree/main/wireshark/APKBUILD Jeremy On Sun, Sep 20, 2009 at 11:27 PM, Nathan Angelacos wrote: > 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 > --- > > > --001517741bbc0aa5bc04740f20f3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I believe you just need to add those to your configure command.=A0 See this= APKBUILD for an example....

http://git.alpinelinux.org/cgit/ap= orts/tree/main/wireshark/APKBUILD

Jeremy

On Sun, Sep 20, 2009 at 11:27 = PM, Nathan Angelacos <nangel@nothome.org> wrote:
Following: http://wiki.alpinelinux.org/w/inde= x.php?title=3DCreating_an_Alpine_package

I'm trying to build inter7's vpopmail (and, yes, I want to use it w= ith postfix, so that will complicate things)

under the section "Depends& makedepends" there's discussi= on on how to figure out what to disable with abuild unpack

http://www.gentoo-portage.com/net-mail/vpopmail suggests:

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--sysconfdir=3D${VPOP_HOME}/etc \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-non-root-build \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-qmaildir=3D${QMAIL_HOME} \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-qmail-newu=3D${QMAIL_HOME}/bin/qma= il-newu \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-qmail-inject=3D${QMAIL_HOME}/bin/q= mail-inject \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-qmail-newmrh=3D${QMAIL_HOME}/bin/q= mail-newmrh \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-vpopuser=3Dvpopmail \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-vpopgroup=3Dvpopmail \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-many-domains \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-file-locking \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-file-sync \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-md5-passwords \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-logging \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-auth-logging \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-log-name=3Dvpopmail \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--enable-qmail-ext \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--disable-tcp-rules-prog \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--disable-tcpserver-file \
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--disable-roaming-users \




Fair enough.. but where do I put that in the abuild system?


Later on, in Configure options, it says =A0"we are not covering the = =A0depend 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 i= n abuild.

It would probably be helpful to have a simple example. =A0Yes, looking at o= ther abuilds helps, but it might
be helpful from the wiki viewpoint to offer a single, complete, example.


---
Unsubscribe: =A0alpine-devel+unsubscribe@lists.alpinelinux.org
Help: =A0 =A0 =A0 =A0
alpine-devel+help@lists.alpinelinux.org
---



--001517741bbc0aa5bc04740f20f3-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---