summaryrefslogtreecommitdiff
path: root/strata/core/attr.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/attr.morph')
-rw-r--r--strata/core/attr.morph19
1 files changed, 0 insertions, 19 deletions
diff --git a/strata/core/attr.morph b/strata/core/attr.morph
deleted file mode 100644
index c7b46d31..00000000
--- a/strata/core/attr.morph
+++ /dev/null
@@ -1,19 +0,0 @@
-name: attr
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- make configure
-configure-commands:
-- |
- ./configure --prefix="$PREFIX" \
- --exec-prefix="$PREFIX" \
- --sbindir="$PREFIX"/bin \
- --bindir="$PREFIX"/bin \
- --libdir="$PREFIX"/lib \
- --libexecdir="$PREFIX"/lib \
- --enable-lib64=yes \
- --includedir="$PREFIX"/include \
- --mandir="$PREFIX"/share/man \
- --datadir="$PREFIX"/share
-install-commands:
-- make DESTDIR="$DESTDIR" install-lib install-dev