[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Add 'waf-build-system'.
From: |
Ricardo Wurmus |
Subject: |
[PATCH] Add 'waf-build-system'. |
Date: |
Wed, 28 Jan 2015 22:48:05 +0100 |
Hi Guix,
attached is a patch to add the waf build system. Although waf is called
a meta build system, most applications that I've encountered so far (all
related to audio) have the standard build phases as the GNU build
system.
The waf build system is embarrassingly similar to the Python build
system. Essentially, the phases are run by executing
python waf $PHASE
instead of
python setup.py $PHASE
Unlike the Python build system, however, there is a configure phase, and
not everything important happens during the install phase.
I'm using the waf-build-system for packaging LV2, Ardour, JACK2, and
related libraries.
~~ Ricardo
0001-Add-waf-build-system.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Add 'waf-build-system'.,
Ricardo Wurmus <=