From 3a2f641e4e70e76ffa77629c6208970c1a7af667 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Fri, 25 Sep 2015 08:47:49 +0000 Subject: Proposed re-org of definitions repo --- strata/core/flex.morph | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 strata/core/flex.morph (limited to 'strata/core/flex.morph') diff --git a/strata/core/flex.morph b/strata/core/flex.morph deleted file mode 100644 index 615bf79e..00000000 --- a/strata/core/flex.morph +++ /dev/null @@ -1,14 +0,0 @@ -name: flex -kind: chunk -pre-configure-commands: -- autoreconf -ivf -configure-commands: -- ./configure --prefix="$PREFIX" -build-commands: -- make dist_doc_DATA= -install-commands: -- make dist_doc_DATA= DESTDIR="$DESTDIR" install -- ln -s libfl.a "$DESTDIR$PREFIX/lib/libl.a" -- echo "#!$PREFIX/bin/sh" >"$DESTDIR$PREFIX/bin/lex" -- echo 'exec '"$PREFIX"'/bin/flex -l "$@"' >>"$DESTDIR$PREFIX/bin/lex" -- chmod 755 "$DESTDIR$PREFIX/bin/lex" -- cgit v1.2.1