X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EA6E1DC0178 for ; Fri, 22 Feb 2013 10:31:22 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id un1so334561pbc.12 for ; Fri, 22 Feb 2013 02:31:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:reply-to:to:subject:date:user-agent:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=bSWH+JeY2kI9DD18oInyJbp+eeKcAibsl8ihsF6PrE0=; b=BFolDvFqVt915BlbaWUOxEKmzvpjceX7EgbdKcSdimFTg6GeJXkZyukfIuXmDcuapW /KnyQiPctylZsbrKNohZ3mMbK1Eheh5h9D+FYqvAMrXX6ryqu4nUDbx2k99+WEKLcBYX Pheh+l69cRImReV7lnDDyy/qxJqxScmAN6l9jZPNdgKxciFKlPosC0gOu1hEkbDdtN5d 0y4wR6kbTXw+M/JaRrxLU196sTAnWvT4IzWRAVglMzwvqx98oRhuAFs7Yvn3CTD/WuBI LiJeC89J671fCGilse68anERLAvC/ilYW7BoIo13B51/I2eQlOfY/hHMlN+lIaVu5xsu rMew== X-Received: by 10.67.5.193 with SMTP id co1mr3355628pad.6.1361529082087; Fri, 22 Feb 2013 02:31:22 -0800 (PST) Received: from microknoppix.localnet ([117.227.249.170]) by mx.google.com with ESMTPS id i6sm2523672paw.19.2013.02.22.02.31.18 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Feb 2013 02:31:21 -0800 (PST) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] abuild-2.14.0 released Date: Fri, 22 Feb 2013 15:55:39 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) References: <20130222083553.68dbe7d7@ncopa-desktop.alpinelinux.org> <201302221539.30604.vkrishn4@gmail.com> In-Reply-To: <201302221539.30604.vkrishn4@gmail.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302221555.39746.vkrishn4@gmail.com> On Friday, February 22, 2013 03:39:30 PM you wrote: > On Friday, February 22, 2013 01:05:53 PM Natanael Copa wrote: > > * support for filename::fileuri (eg. > > foo-$pkgver::https://github.com/foo/foo/tarball/v1.1.tar.gz) > > How does this work? > sometimes the files are of format - > eg: > foo-$basename::https://path/to/user-foo-v1.1-1-gh4abc41.tar.gz > > would like to save as: > foo-v1.1-1.tar.gz I think I got it foo-$pkgver::https://path/to/fooName.barExt would be saved as: foo-$pkgver where $pkgver is not extracted from the url itself but declared earlier. -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---