genode/repos/ports
Norman Feske 7bed3967ae ports: GNU build-system support for non-noux pkgs
This patch makes the build-system integration of noux packages usable
for non-Noux targets. It moves the GNU build system wrapper to
ports/mk/gnu_build.mk, which is now included by noux.mk. This way,
non-noux applications can use the same build-system wrapper. So the
porting of individual applications becomes easier.

This change removes the 'NOUX_' prefix use the various build variables
used by the noux-pkg's target.mk files to steer the behaviour of the GNU
build system. E.g., NOUX_CONFIGURE_ARGS is now called CONFIGURE_ARGS.
Note that there is a single exception to this pattern: The formerly
named NOUX_LIBS is now called LDLIBS because the plain LIBS variable is
used by the Genode build system.

Fixes #2094
2016-10-21 12:39:29 +02:00
..
doc doc: update README, components.txt etc. 2016-05-26 15:54:17 +02:00
include base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
lib vbox: update to 4.3.40 2016-09-14 11:53:03 +02:00
mk ports: GNU build-system support for non-noux pkgs 2016-10-21 12:39:29 +02:00
ports vbox: update to 4.3.40 2016-09-14 11:53:03 +02:00
run Remove tar archives after cpu_sampler_noux and noux_bash 2016-09-09 11:48:43 +02:00
src ports: GNU build-system support for non-noux pkgs 2016-10-21 12:39:29 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.