From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74719 invoked by alias); 6 Jun 2016 10:09:08 -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 74698 invoked by uid 89); 6 Jun 2016 10:09:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.220.67, H*RU:209.85.220.67, del X-HELO: mail-pa0-f67.google.com Received: from mail-pa0-f67.google.com (HELO mail-pa0-f67.google.com) (209.85.220.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 06 Jun 2016 10:08:57 +0000 Received: by mail-pa0-f67.google.com with SMTP id fg1so11523641pad.3 for ; Mon, 06 Jun 2016 03:08:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=+vmCkf20tS4odSNw9hle6RFLMMARxhVlZ3l2qMv29zg=; b=PQpwR8yib/L/tx2YXMNZl8ggHlzixehrunftd1Mksulb4yyYTVntrIC19P7JSpiS+j O1AqQ+F1iIxelOfKOzvpmsNdY0AfTBVQ91cqoAOj0X58SUFH2Vgdln5YV6L0pwKo7pwh DjI4BksMoy07dwC83aewWGeKw+VYOtLP82LyCGpe4Z0R1aEuYarZ7ILSU8eDjGP45I9E UetCmWISgjCwRohL7sW9Vu202rfAtTlINmD+LlfY+TlzCJjBAV1r6F+mRueeuXycZTWN G8+4guXNExBeLd2GbXRmkeUFecs1GTBsudYZGfth5YiX9L9XZDFerRPlfXTu0TG77P7A hqkw== X-Gm-Message-State: ALyK8tIxMdYG4r0ANL2G59HI0O9eS5RjE1oZRmDKofoGabl+Al7hA5L4jtA5XQv7NKp7IQ== X-Received: by 10.66.43.172 with SMTP id x12mr23461979pal.111.1465207735281; Mon, 06 Jun 2016 03:08:55 -0700 (PDT) Received: from [192.168.81.160] ([210.61.216.81]) by smtp.googlemail.com with ESMTPSA id ba4sm23943886pac.42.2016.06.06.03.08.53 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Jun 2016 03:08:54 -0700 (PDT) Subject: Re: [ITP] libsass v3.3.6 To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <8005b674-1e74-a909-50ca-2a0b4fb0e570@gmail.com> Date: Mon, 06 Jun 2016 10:09:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00003.txt.bz2 On 02/06/2016 17:09, Marcos Vives Del Sol wrote: > LibSass is an open-source, MIT-licensed implementation in C++ of a CSS > preprocessor for SASS and SCSS. > > It is already packed by several mainstream distros, such as Debian > (https://packages.debian.org/source/sid/libsass) and Ubuntu > (http://packages.ubuntu.com/xenial/libsass0) [cut] > Precompiled binary for Cygwin x64 is available here: > http://mural.uv.es/videlsol/libsass/ > builds and packages fine, but I suggest you 1) to add DIFF_EXCLUDES="VERSION" to avoid the useless creation of libsass-3.3.6-1.src.patch 2) to move "usr/share/doc" from "libsass0" to "libsass-devel" ---------------------------------------------- # libsass libsass0_SUMMARY="${SUMMARY} (runtime)" libsass0_DESCRIPTION="${DESCRIPTION}" libsass0_CATEGORY="Libs" libsass0_CONTENTS="usr/bin/ usr/share/doc/" # libsass-devel libsass_devel_SUMMARY="${SUMMARY} (development)" libsass_devel_DESCRIPTION="${DESCRIPTION}" libsass_devel_CATEGORY="Libs Devel" libsass_devel_CONTENTS="usr/include/ usr/lib/" ------------------------------------------------ I assume you tested it as per https://github.com/sass/sass-spec Regards Marco