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/x-generic/util-keysyms.morph | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 strata/x-generic/util-keysyms.morph (limited to 'strata/x-generic/util-keysyms.morph') diff --git a/strata/x-generic/util-keysyms.morph b/strata/x-generic/util-keysyms.morph new file mode 100644 index 00000000..12f656f8 --- /dev/null +++ b/strata/x-generic/util-keysyms.morph @@ -0,0 +1,24 @@ +name: util-keysyms +kind: chunk +description: '' +max-jobs: null +products: [] +build-system: manual +pre-configure-commands: [] +configure-commands: +- git submodule update --init +- ./autogen.sh --prefix=/usr +post-configure-commands: [] +pre-build-commands: [] +build-commands: +- make +post-build-commands: [] +pre-install-commands: [] +install-commands: +- make DESTDIR="$DESTDIR" install +post-install-commands: [] +devices: [] +post-test-commands: [] +pre-test-commands: [] +system-integration: [] +test-commands: [] -- cgit v1.2.1