Projects: Difference between revisions

193 bytes added ,  21 March 2015
→‎Packaging: request clarification on some pkg project ideas
(→‎Miscellaneous: add gdb extension project)
(→‎Packaging: request clarification on some pkg project ideas)
Line 531: Line 531:
* get pkg to resolve dependencies automatically by downloading and installing them too
* get pkg to resolve dependencies automatically by downloading and installing them too
* allow to download and install multiple versions of the same package
* allow to download and install multiple versions of the same package
* make the package just a bit more verbose by default
* make the package just a bit more verbose by default (specifics?)
* make pkg a little more like apt-get
* make pkg a little more like apt-get (what specific features of apt-get is this referring to?)
* make pkg support more than one src directory
* make pkg support more than one src directory
** subdirectories with makefiles and top level make command of: cd <subdir> && ${MAKE}... ok as a substitute?
** subdirectories with makefiles and top level make command of: cd <subdir> && ${MAKE}... ok as a substitute?
* make pkg able to supply extra configure and make flags, useful for distributions, including -j for make
* make pkg able to supply extra configure and make flags, useful for distributions, including -j for make (pkg now passes --jobs=N automatically, CFLAGS and CXXFLAGS environment variables are already respected, what's missing?)


=Preferences=
=Preferences=
296

edits