summaryrefslogtreecommitdiff
path: root/strata/tools/e2fsprogs.morph
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-25 17:27:27 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-02-25 17:27:27 +0000
commita03288578c2b9dd0711c2d759e3ab3628e08c1a1 (patch)
tree694a3d87dab5d174daea7a10d8e727bf768b8eac /strata/tools/e2fsprogs.morph
parenta53f12c1c97658f4765da8eb034ab8abcbd95e4c (diff)
downloaddefinitions-a03288578c2b9dd0711c2d759e3ab3628e08c1a1.tar.gz
Morph build da949bf8201c4ad3a43a3e4fbf4ca2a2
System branch: master
Diffstat (limited to 'strata/tools/e2fsprogs.morph')
-rw-r--r--strata/tools/e2fsprogs.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/strata/tools/e2fsprogs.morph b/strata/tools/e2fsprogs.morph
new file mode 100644
index 00000000..db1ea4cc
--- /dev/null
+++ b/strata/tools/e2fsprogs.morph
@@ -0,0 +1,15 @@
+name: e2fsprogs
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ ./configure --prefix="$PREFIX" --sysconfdir=/etc \
+ --disable-libuuid --disable-uuidd --disable-fsck
+install-commands:
+- |
+ td="$(mktemp -d)"
+ make DESTDIR="$td" install
+ make DESTDIR="$td" install-libs
+ find "$td" \( -name blkid -o -name findfs -o -name fsck \) -delete
+ find "$td" \( -name blkid.8 -o -name findfs.8 \) -delete
+ mv "$td"/* "$DESTDIR"