X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id DAEDA1318CD3 for ; Tue, 28 Jun 2011 12:08:22 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 1A3EBAE4002 for ; Tue, 28 Jun 2011 12:08:20 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 050zUCUBcFZN for ; Tue, 28 Jun 2011 12:08:15 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 14314AE4001 for ; Tue, 28 Jun 2011 12:08:15 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id CDA7560AA1D02 for ; Tue, 28 Jun 2011 12:08:14 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (ncopa-desktop.nor.wtbts.net [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id A793860AA1D01 for ; Tue, 28 Jun 2011 12:08:14 +0000 (UTC) Date: Tue, 28 Jun 2011 14:03:58 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] install scripts, triggers and subpackages Message-ID: <20110628140358.4442b53e@ncopa-desktop.nor.wtbts.net> In-Reply-To: <20110627202220.1f31aad4@alpinelinux.org> References: <20110627202220.1f31aad4@alpinelinux.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 27 Jun 2011 20:22:20 +0200 Natanael Copa wrote: > Example: package foo with subpackage foo-libs where both have a > post-install script: > > pkgname="foo" > subpackages="foo-libs" > install="foo.post-install foo-libs.post-install" ... > triggers="foo.trigger=/bin:/usr/bin foo-libs.trigger=/bin:/usr/bin" I have implemented this in abuild (git) now. I need help with testing newapkbuild from git and then I can cut a new abuild release. Maybe call it 3.0? It breaks apkbuild API. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---