X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B112DDCB146 for ; Tue, 1 Mar 2016 06:36:43 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 40F0ADC9E99 for ; Tue, 1 Mar 2016 06:36:42 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id l83so59429225lfd.3 for ; Mon, 29 Feb 2016 22:36:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fscdh2LuMTu6rajYUVu2c+hejijOis9tJvOM9NUZvL0=; b=W5gJBcgAjyMVpi2ezEuOZoUZErLFK3SupznLtUXKrG8Uj8DxTS+EAkaz9tvvB4s+DV y40doejaVB/YO7mXA0cFO92AEG7s9YgAC+trhzXAD5WJTVNMwVusqHgraZn3hw6ZDDWm /sOTNYBd+SD+dysZRXHBDskmjcJxwxfXKtbCkmTsv8YizJJrP/SCGwC3sY1EQdQAJIRn E1AeJ9syCXGxpmBw5W9TrzSIjbVAL2ZgGI/tQHRAzA6TTEd9Nv+xASpTGbmQfgBp2at5 i+4nVIZ+xahp9do+qlLIcfRWi574MUE7z7Vvjr1k/4Z1oOJfhz3KPLFkCSMpwHJMd/rQ o9Dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=fscdh2LuMTu6rajYUVu2c+hejijOis9tJvOM9NUZvL0=; b=VyKonBAimJZwF8mWnkVsZIa0qxJ9bWJb6mujdL6euxx/UbQPmY11j21DPEQcqUMYiX yg3tGZ2aLhYX6r2KuHXQlTkGDebepPkDSsUOUJnIbllZfVzQqw9J71myhGO+6w712Sj+ glvuvmJ93H49aYu363tur+MmXEUVH00DFS2NQqDF6AdZ/7zLEp2OGoUjkAI2NNJfMg+I ikw5fSV+3wcCnDCLEEuYmlxJRmlvLWdKQSJZBv7V8ayi+TfUZ+xAY3tv+g7arvi3vX95 ev7vpc89iCNReVAU9OTDyNfGXWLddW3sCVJ9VpnEO5JkOHNMEWu58Ua1XC0u3ZlVm5YW GGwg== X-Gm-Message-State: AD7BkJLUvsuMYYaRi8X08Ww9J6MTQ1mAxnR5k0FjvRkOrUnzDMXcRYfyi/NA1QjPkPXLhA== X-Received: by 10.25.88.69 with SMTP id m66mr5641060lfb.137.1456814201348; Mon, 29 Feb 2016 22:36:41 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id 193sm4654579lfz.26.2016.02.29.22.36.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Feb 2016 22:36:41 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 1 Mar 2016 08:36:38 +0200 From: Timo Teras To: Muh Muhten Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/lua-fun: new aport Message-ID: <20160301083638.15741544@vostro.util.wtbts.net> In-Reply-To: <1456478201-4675-1-git-send-email-muh.muhten@gmail.com> References: <1456478201-4675-1-git-send-email-muh.muhten@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Fri, 26 Feb 2016 04:16:41 -0500 Muh Muhten wrote: > http://rtsisyk.github.io/luafun/ > "Lua Fun is a high-performance functional programming library for Lua > designed with LuaJIT's trace compiler in mind." Looks good... but see below. > --- > +_split() { > + install_if="lua$1 $pkgname=$pkgver-r$pkgrel" > + pkgdesc="$pkgdesc for Lua $1" > + > + cd "$_builddir" > + install -Dm644 fun.lua "$subpkgdir/usr/share/lua/$1/fun.lua" > || return 1 +} It's the same file installed in three separate packages - just to separate directory. I wonder if we should ship this in some common folder. @ncopa Do we have any shared lua path that would be usable in all lua versions? Or should this be single package that provides all three files and just ships symlinks/hardlinks? --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---