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 98E31170000BA for ; Tue, 20 Jan 2009 09:15:33 +0000 (UTC) Received: by ewy3 with SMTP id 3so1690642ewy.1 for ; Tue, 20 Jan 2009 01:15:32 -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=oB8I7dqpxL1L23HKWJZdI7x1t8XxpXBddWmcq6+qtHM=; b=LNZ4dHb9hEW2piyKhUeqel06ba0NwL3xfJu/bbjOdg/rteH49XNJ2KtokYxsC6eRIy o0hKHKdU4WH/WxOU65pzrNt5HkTOfp7cCIcqr4nsmd1b1TohfzZh0pFr4IAyuObGGOjb x0pUTABgiBRXn2X916ToU5nE8hcsRalRN6v/E= 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=wxd1pL0gDmXam3BbjHRRwMzN8qihoFDkP+XygokldvQ6sQS9JFXSikSkUEdeet7TDq t75a2EXhDcP9In7YULLdt6NvPv/edQ+B6uVoMT3XBiaVXdDWYaZGJYLuGnOT7WVhLgPo z5by1na9ze6L4pOkBCpN5bhSJIKhKz++WVnZU= Received: by 10.210.91.17 with SMTP id o17mr8335401ebb.117.1232442932870; Tue, 20 Jan 2009 01:15:32 -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 23sm6365933eya.43.2009.01.20.01.15.28 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Jan 2009 01:15:32 -0800 (PST) Subject: Re: [alpine-devel] New aport diffutils From: Natanael Copa To: Leonardo Arena Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <9334be8a0901200056m31dd069ft258e4e3b9d491d7f@mail.gmail.com> References: <9334be8a0901200056m31dd069ft258e4e3b9d491d7f@mail.gmail.com> Content-Type: text/plain Date: Tue, 20 Jan 2009 10:15:26 +0100 Message-Id: <1232442926.1947.17.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 Hi Leo, On Tue, 2009-01-20 at 09:56 +0100, Leonardo Arena wrote: > Please see attached patch Cool! nclab01:~/aports/extra/diffutils$ tar -ztf diffutils-2.8.1-r0.apk .PKGINFO usr/ usr/info/ usr/info/diff.info ^^^^ this belongs in -doc package. usr/bin/ usr/bin/cmp usr/bin/diff usr/bin/diff3 usr/bin/sdiff Otherwise good. > > Thanks > Leo > > > > > > > differences > between files > attachment > (0001-extra-diffutils-new-aport.patch) > > From f80e154e092e4d19868f3aa73451ce2ff1e9f869 Mon Sep 17 00:00:00 2001 > From: Leonardo Arena > Date: Tue, 20 Jan 2009 08:53:29 +0000 > Subject: [PATCH] extra/diffutils: new aport ... > +build() { > + cd "$srcdir/$pkgname-$pkgver" > + > + ./configure --prefix=/usr --mandir=/usr/share/man so we should use: ./configure --prefix=/usr --mandir=/usr/share/man\ --infodir=/usr/share/info I can fix that. > + make || return 1 > + make check || return 1 > + make install DESTDIR=$pkgdir > +} > +md5sums="71f9c5ae19b60608f6c7f162da86a428 diffutils-2.8.1.tar.gz" Otherwise it looks good. Is it ok if you maintain this package? It means your name and email is in top and bugs and fixes for this package goes to you. You create patches which i verify and commit. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---