summaryrefslogtreecommitdiff
path: root/strata/ostree-core
diff options
context:
space:
mode:
Diffstat (limited to 'strata/ostree-core')
-rw-r--r--strata/ostree-core/gpgme.morph7
-rw-r--r--strata/ostree-core/libassuan.morph7
-rw-r--r--strata/ostree-core/ostree.morph7
3 files changed, 0 insertions, 21 deletions
diff --git a/strata/ostree-core/gpgme.morph b/strata/ostree-core/gpgme.morph
deleted file mode 100644
index cf938f31..00000000
--- a/strata/ostree-core/gpgme.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: gpgme
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- autoreconf -fi
-configure-commands:
-- ./configure --prefix="$PREFIX" --enable-maintainer-mode
diff --git a/strata/ostree-core/libassuan.morph b/strata/ostree-core/libassuan.morph
deleted file mode 100644
index baa1e902..00000000
--- a/strata/ostree-core/libassuan.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: libassuan
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- autoreconf -fi
-configure-commands:
-- ./configure --prefix="$PREFIX" --enable-maintainer-mode
diff --git a/strata/ostree-core/ostree.morph b/strata/ostree-core/ostree.morph
deleted file mode 100644
index 2f2d86c7..00000000
--- a/strata/ostree-core/ostree.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: ostree
-kind: chunk
-build-system: autotools
-configure-commands:
-- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
- --disable-man