X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=Ym2C1zi29HfXYdq75Z1WdiTRDQJT2FvlpYotS5P0Yk017zLzg3FjJ
	ykGapFq9bCW3f1TaF18/EfuxSmoSBR5B+XxV3jnyuPO1qnEU022TLm3iMZb9Ceuq
	AlcCc56qr3l6O99CbNLigsjbOdEm/vGE4x0ls/fg62XyrY6SIEck3k=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=0Gx0l2YHu7fsr98rFD95pfeGCoQ=; b=n2UpTPj94cRexM+88zfxL2FcV4J8
	U5gZUlDGlbZn1iCAELASnPVyIGM3q2DARZKdzwWyJciJEtyenOv1U5LQdbHZFFmD
	vTmrTMhnWIjVBXMxie3F/P5k5MX7+f/mV4IM+wOLbLTapc4JEiJpm84dVZmxDYXt
	49kkfdHdseJeOYw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@NexGo.DE>
Subject: Re: Basic question about cygport
Date: Tue, 5 Aug 2014 08:16:59 +0000 (UTC)
Lines: 25
Message-ID: <loom.20140805T100522-173@post.gmane.org>
References: <CAN=he+VvSGVc1L7nM3S0X7cqQHvjJQZTAbKX4yX4aaMaKZUTGA@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

Philip Daniels <philip.daniels1971 <at> gmail.com> writes:
> A while ago I asked a question on Stack Overflow about doing a basic
> install task with cygport, but got no answers. Too esoteric perhaps. I
> think it should be easy for anyone who knows cygport, it's a basic "copy
> some files to a known location" task.

It wouldn't hurt to just ask the question again here instead of sending
people off to read it elsewhere.  If you want to track the problem down
yourself, read /usr/share/doc/cygport/manual.html -- then running cygport
with the --debug switch gives you plenty of output to tell you what's going
on when you run the failing commands.  That said, you might look at a
cygport file that uses insinto/doins and adapt it (from gnuplot):

        mkdir -p ${D}/etc/X11/app-defaults
        insinto /etc/X11/app-defaults/Gnuplot
        doins ${D}/usr/share/gnuplot/${myPV_MAJ_MIN}/app-defaults/Gnuplot

Hope this helps.


Regards,
Achim.





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

