X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Achim Gratz Subject: Re: Basic question about cygport Date: Tue, 5 Aug 2014 08:16:59 +0000 (UTC) Lines: 25 Message-ID: References: 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 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