Cygport per-package PKG_EXCLUDE?

Achim Gratz Stromeko@nexgo.de
Sat Aug 3 19:36:00 GMT 2013


David Stacey writes:
> cygport already has the --exclude option that you can use when
> specifying package contents.

Not really a cygport option, but a side-effect of $pkg_contents getting
expanded into the command line of (GNU) tar which then interprets the
--exclude directive.

> For example, in poco.cygport I have this:
>
>     poco_CONTENTS="--exclude=html usr/bin/*.exe usr/share"
>     libpoco_doc_CONTENTS="usr/share/doc/poco/html"
>
> This means that the 'html' directory is excluded from the 'poco'
> package, and placed in 'libpoco-doc' instead.
>
> Is this what you were after, or do you need something a little cleverer?

The above gets the job done, but I'm not sure that it is "officially
sanctioned".  But it shows that a pkg_EXCLUDE would be easily
implementable.  A more clever implementation might be able to exclude
globbed files from a subpackage that have been explicitly packaged in
another subpackage, I'm just not sure it's worth the trouble.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs



More information about the Cygwin-apps mailing list