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: Cygport per-package PKG_EXCLUDE?


On 03/08/13 19:03, Corinna Vinschen wrote:
So I was wondering, if cygport couldn't implement some sort of per-package
PKG_EXCLUDE technique, analogue to the %exclude directive in rpm spec
files.  For instance, consider a directory with lots of files, of which
only 2 or so shall be packaged separately.

cygport already has the --exclude option that you can use when specifying package contents. 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?

Cheers,

Dave.


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