X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by lists.alpinelinux.org (Postfix) with ESMTP id C4A3F170000BA for ; Fri, 23 Jan 2009 09:14:49 +0000 (UTC) Received: by ewy3 with SMTP id 3so4589993ewy.1 for ; Fri, 23 Jan 2009 01:14:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=eB8+uBS/7N+LUh8rSHwbmy2cdmDgZGjdAmngaBxK8w4=; b=vcphK2TBGaEQckVGZ9X80UJfUC9uUXoBnH8WBB7JI4krMpu7hxcOBJaNlDx37OeOWS baho/2WUMtamO3q8blTWPwhLhKXy+UGVNhwMBXLIX3kdbuWNLaO3AuzXFMlLIjsSr5uK OlcTqvqnh+jvLz0SjRKAEZ/NI7dqzOe33lA8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=G71uj+ChN+afzJ8AbeasZyyZkImSSInW3O0229Dq93KakLj+DcUcRL8dGmWts2x9Zi W7GOQgk0DZiT55/te5+MrM+sqIAcuHdTmvAcxNUkysDkxT6pyUKxnTv+tK99uZTiMF2k +pzGCcbw4jpKlmd5Z7+nJzYKefR/Mx2iiT+mI= Received: by 10.210.68.1 with SMTP id q1mr7050723eba.68.1232702088267; Fri, 23 Jan 2009 01:14:48 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 10sm1783594eyz.59.2009.01.23.01.14.46 (version=SSLv3 cipher=RC4-MD5); Fri, 23 Jan 2009 01:14:47 -0800 (PST) Subject: Re: [alpine-devel] new aport sqlite From: Natanael Copa To: Carlo Landmeter Cc: alpine In-Reply-To: <20090123082533.4B602187212@smtp01.prioritytelecom.nl> References: <20090123082533.4B602187212@smtp01.prioritytelecom.nl> Content-Type: text/plain Date: Fri, 23 Jan 2009 10:14:45 +0100 Message-Id: <1232702085.22249.1.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Fri, 2009-01-23 at 08:25 +0000, Carlo Landmeter wrote: > Please see attached git patch. > > Carlo cool! ... > +# Maintainer: Carlo Landmeter > +pkgname=sqlite > +pkgver=3.6.10 > +pkgrel=0 > +pkgdesc="A C library that implements an SQL database engine" > +url="http://www.sqlite.org/" > +license="custom" I wonder if we can change the license to "public Domain" and kill the license file? ... > +depends="" > +makedepends="" > +source="http://www.sqlite.org/$pkgname-$pkgver.tar.gz > + license.txt" ... > diff --git a/extra/sqlite/license.txt b/extra/sqlite/license.txt > new file mode 100644 > index 0000000..118c5d5 > --- /dev/null > +++ b/extra/sqlite/license.txt > @@ -0,0 +1,33 @@ > +SQLite Copyright > +SQLite is in the > +Public Domain > + -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---