From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31160 invoked by alias); 8 Dec 2018 17:17:31 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 31146 invoked by uid 89); 8 Dec 2018 17:17:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=BAYES_40,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=auf, H*r:1101, Hx-languages-length:811, UD:www.avast.com X-HELO: mail-wr1-f50.google.com Received: from mail-wr1-f50.google.com (HELO mail-wr1-f50.google.com) (209.85.221.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Dec 2018 17:17:29 +0000 Received: by mail-wr1-f50.google.com with SMTP id b14so6557213wru.12 for ; Sat, 08 Dec 2018 09:17:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=2vE9/m2Qfe2YVUoibG8p8mGDDFhAYMzhTYTw3AeJFbY=; b=gaFFEGyGvQZbTykJSQENKL/SwpeylNlykpoKb78IWy0wcYUpU32Xeg8iq8cDUyEPNG IHvUGLYWKnHPlgmUONQJm2sXu864UmZ4v2Bq+HkC2nzedwk44O147bFZhxK5alcJdS4A ZyvRDRDFsBOPVSjVpXnb6WTHwyfpbGHyq59i5PTWgTuSezjrB6k6FW8g5TQ/CAYNZfIL IXjT86wtbGBcd7oBW8kHhiOcGi9x4L3NlN8O2QK6P/fP6g7siNX6GCq6vb05f0K2IjEn mD5zx2+pdza3aBJG68wNDHg95owJhq/aXvzYeQg8ECfG6t5HjaffzBDNZ0uKPS//M3uW soCQ== Return-Path: Received: from ?IPv6:::1? (p200300EE63CA1101E097CAB4E81DE37F.dip0.t-ipconnect.de. [2003:ee:63ca:1101:e097:cab4:e81d:e37f]) by smtp.gmail.com with ESMTPSA id x77sm7836586wme.19.2018.12.08.09.17.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Dec 2018 09:17:26 -0800 (PST) Subject: Re: Sub-package with examples extracted from a source tarball's directory. To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <6bf2c9af-2f1a-a784-c446-96c1c1b288cd@gmail.com> Date: Sat, 08 Dec 2018 17:17:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00010.txt.bz2 Am 02.12.2018 um 01:12 schrieb Heavenly Avenger: > Say, if I wanted to create an "-examples" package (of well, libssh2), > but it didn't install the example files to any directory through "make > install". > > Do I have to patch makefile so that "make install" places these files > somewhere, like /usr/docs/libssh2/examples? copy the file in the installation directory with dodoc after the cyginstall https://cygwinports.github.io/cygport/src_install_cygpart.html#robo144 something like src_install() { cyginstall insinto /usr/share/doc/${PN}/example doins ${S}/file... } > Just wondering... Probaly too much trouble. :) > --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr=C3=BCft. https://www.avast.com/antivirus