This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] libsass v3.3.6


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]