Hi Toni,

good thing with the split. May I suggest some styling hints:

- use these in a block
PACKAGES += <pkg> 
SPKG_DESC_CSW<pkg> =
PKGFILES_CSW<pkg> += …
RUNTIME_DEP_PKGS_CSW<pkg> +=

There is no magic reason, just that most makefiles are written that way

- build libraries in 64 bit. These may be used by other packages that may 
require
64 bit, so I suggest adding
BUILD64_LIBS_ONLY = 1
and
PKGFILES_CSWlibfa1-4-0 += $(call pkgfiles_lib,libfa.so.1.4.0)
which automatically picks up libraries in all ISA-specific subdirectories in 
the right naming way

- if you have library splits there should be a development package which is 
most certainly catch-all,
that means no PKGFILES_ for this package which then automatically gets all 
files not in any other package
probably named CSWlibauges-dev


Best regards

  — Dago


> Anfang der weitergeleiteten Nachricht:
> 
> An: "Repository GAR Solaris Package Build System code" 
> <[email protected] <mailto:[email protected]>>
> Von: "Repository GAR Solaris Package Build System code" 
> <[email protected] <mailto:[email protected]>>
> Antwort an: "Repository GAR Solaris Package Build System code" 
> <[email protected] <mailto:[email protected]>>
> Betreff: [gar:code] [r24309] - tosmi: split augeas into CSWaugeas, 
> CSWlibaugeas and CSWlibfa
> Datum: 10. November 2014 20:15:31 MEZ
> 
> split augeas into CSWaugeas, CSWlibaugeas and CSWlibfa
> 
> as recommended by dago http://sourceforge.net/p/gar/code/24309/ 
> <http://sourceforge.net/p/gar/code/24309>
> Sent from sourceforge.net <http://sourceforge.net/> because you indicated 
> interest in https://sourceforge.net/p/gar/code/ 
> <https://sourceforge.net/p/gar/code>
> To unsubscribe from further messages, please visit 
> https://sourceforge.net/auth/subscriptions/ 
> <https://sourceforge.net/auth/subscriptions>


-- 
"You don't become great by trying to be great, you become great by wanting to 
do something,
and then doing it so hard that you become great in the process." - xkcd #896

Reply via email to