X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 616053617A29 for ; Mon, 26 Jul 2010 09:49:29 +0000 (UTC) Received: by ewy26 with SMTP id 26so820843ewy.13 for ; Mon, 26 Jul 2010 02:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=y7HOeB0uYBW5nZlY03QkJzBRF9Y41m5Wp/5LaZSqgnU=; b=u91K1LDPehc7loGIRSLrgiuUXY0QWKQN406c6UTfaG0svpI5xUtxQeCUAC/KuhD/Dq ynEkDxCMd51a1tWT7KKMEbL01Vcw582RVpEJyyweF5egvnVwA3/wckB8Uj4M5ZUhs0w5 bcKNyoVNaOkBJliSIcJ1du22oRRShqJE1hi34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=qvQcdyaOjAaa6SoBtRGcp+RdgskoEZYSLbYvlkuISsVcHEIyZ9Xx/Sdv+FkqrnnLNk +jVEl0lmhmDYcJpCzoK3ouCTeQG0HYzqf8dRf3aER5vDIiKKMPaKzlyOZHXxEnegsDwK ezAcYEX7aLzzs93TxVeNohzpBTNav+CRh7cnM= Received: by 10.213.15.65 with SMTP id j1mr5983682eba.79.1280137767244; Mon, 26 Jul 2010 02:49:27 -0700 (PDT) Received: from [10.26.34.2] (letku109.adsl.netsonic.fi [194.29.195.109]) by mx.google.com with ESMTPS id a48sm5401156eei.6.2010.07.26.02.49.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 02:49:26 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4C4D5A2E.9020909@iki.fi> Date: Mon, 26 Jul 2010 12:49:34 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Thunderbird/3.0.5 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: nicolas@utapau.org CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] APK sources ? References: <20100726112816.raz4ivopwwogkssg@webmail.kinssha.com> <20100726113115.nggl85gjb4o0os0c@webmail.kinssha.com> <4C4D5443.8050609@iki.fi> <20100726114435.9kpkvevuowcks840@webmail.kinssha.com> In-Reply-To: <20100726114435.9kpkvevuowcks840@webmail.kinssha.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 07/26/2010 12:44 PM, nicolas@utapau.org wrote: >> APK is written from scratch to suit Alpine Linux needs. Mainly being >> small and fast. Also to have .tar.gz compatible file format. >> >> Like all of Alpine sources, they are available at git.alpinelinux.org. >> >> Apk utilities itself: >> http://git.alpinelinux.org/cgit/apk-tools/ >> >> And the tools to build apk packages. >> http://git.alpinelinux.org/cgit/abuild/ >> > Thanks for your quick answer ! > I'm going to study this with interest. > What are exactly APK dependencies ? Currently it's standard C-library, zlib and openssl. Openssl is only needed because we wanted to use hardware acceleration for SHA1 calculations. If executable size becomes issue, openssl dependency is removable with small amount of work. If http repositories are used, it executes wget (GNU or Busybox). But are thinking that we might make apk depend on libcurl instead. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---