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 6824F13170D0 for ; Tue, 28 Jun 2011 07:25:53 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 46316AE4002; Tue, 28 Jun 2011 07:25:52 +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 tWnrSNxjvv7J; Tue, 28 Jun 2011 07:25:51 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 2C5A6AE4001; Tue, 28 Jun 2011 07:25:51 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id C302560AA1D00; Tue, 28 Jun 2011 07:25:50 +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 6E97260AA1CF4; Tue, 28 Jun 2011 07:25:50 +0000 (UTC) Date: Tue, 28 Jun 2011 09:21:34 +0200 From: Natanael Copa To: Fabian Affolter Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Added python as a new template Message-ID: <20110628092134.34ac48d3@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1309217777-23476-1-git-send-email-fabian@affolter-engineering.ch> References: <1309217777-23476-1-git-send-email-fabian@affolter-engineering.ch> 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 23:36:17 +0000 Fabian Affolter wrote: > With -q ('-q' for the moment, please change that) a template > APKBUILD file for a python module is created. 'depends' and > 'makedepends' are filled with standard values. Thanks! I changed the -q to -y for now. I wonder if we should use -t instead: newapkbuild -t python ... I also renamed config_* to build_* since this functions now also includes the 'make' command if needed. And i added a build_make() and package_make() in case there is only a single Makefile. While there I also moved the init.d script stuff since all kinds of build types could have an init.d script, not only autotools. Please test! Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---