From 5c261eee00014199eb3d942758598041473f1ddd Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 13 Aug 2014 21:45:15 +0000 Subject: Organize definitions directory by morphologies This is the result to run organize-morphologies.py . The morphologies are clasified in clusters, systems, strata and chunks. - "clusters" contains all the cluster morphologies. - "systems" contains all the systems morphologies. - "strata" contains all the stratum morphologies and the chunks morphologies which are inside of their stratum morphology folder, if this chunks will not be autodetected on build time. --- strata/wayland-x86_64-generic/wayland.morph | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 strata/wayland-x86_64-generic/wayland.morph (limited to 'strata/wayland-x86_64-generic/wayland.morph') diff --git a/strata/wayland-x86_64-generic/wayland.morph b/strata/wayland-x86_64-generic/wayland.morph new file mode 100644 index 00000000..d5179ab2 --- /dev/null +++ b/strata/wayland-x86_64-generic/wayland.morph @@ -0,0 +1,22 @@ +name: wayland +kind: chunk +description: Wayland server +max-jobs: null +products: [] +build-system: autotools +pre-configure-commands: [] +configure-commands: +- autoreconf -ivf +- ./configure --prefix="$PREFIX" --disable-documentation +post-configure-commands: [] +pre-build-commands: [] +build-commands: [] +post-build-commands: [] +pre-install-commands: [] +install-commands: [] +post-install-commands: [] +devices: [] +post-test-commands: [] +pre-test-commands: [] +system-integration: [] +test-commands: [] -- cgit v1.2.1