summaryrefslogtreecommitdiff
path: root/strata/foundation
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation')
-rw-r--r--strata/foundation/btrfs-progs.morph8
-rw-r--r--strata/foundation/dbus-pre.morph10
-rw-r--r--strata/foundation/dbus.morph10
-rw-r--r--strata/foundation/fuse.morph5
-rw-r--r--strata/foundation/groff.morph13
-rw-r--r--strata/foundation/kmod.morph15
-rw-r--r--strata/foundation/libarchive.morph6
-rw-r--r--strata/foundation/libgcrypt.morph10
-rw-r--r--strata/foundation/libgpg-error.morph7
-rw-r--r--strata/foundation/lzo.morph5
-rw-r--r--strata/foundation/openssh.morph32
-rw-r--r--strata/foundation/pciutils.morph11
-rw-r--r--strata/foundation/rsync.morph11
-rw-r--r--strata/foundation/systemd.morph31
-rw-r--r--strata/foundation/tbdiff.morph3
-rw-r--r--strata/foundation/time-zone-database.morph11
16 files changed, 0 insertions, 188 deletions
diff --git a/strata/foundation/btrfs-progs.morph b/strata/foundation/btrfs-progs.morph
deleted file mode 100644
index 807a115f..00000000
--- a/strata/foundation/btrfs-progs.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: btrfs-progs
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./autogen.sh
-configure-commands:
-# The change in the CFLAGS is needed to make the compilation succeed in armv5l
-- export CFLAGS="-O2 $CFLAGS"; ./configure --prefix="$PREFIX" --disable-documentation
diff --git a/strata/foundation/dbus-pre.morph b/strata/foundation/dbus-pre.morph
deleted file mode 100644
index 34e7f221..00000000
--- a/strata/foundation/dbus-pre.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: dbus-pre
-kind: chunk
-build-system: autotools
-configure-commands:
-- sh autogen.sh --no-configure
-- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --disable-systemd --disable-xml-docs
-build-commands:
-- make XMLTO_OUTPUT=
-install-commands:
-- make XMLTO_OUTPUT= DESTDIR="$DESTDIR" install
diff --git a/strata/foundation/dbus.morph b/strata/foundation/dbus.morph
deleted file mode 100644
index 23840ce1..00000000
--- a/strata/foundation/dbus.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: dbus
-kind: chunk
-build-system: autotools
-configure-commands:
-- sh autogen.sh --no-configure
-- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --enable-user-session
-build-commands:
-- make XMLTO_OUTPUT=
-install-commands:
-- make XMLTO_OUTPUT= DESTDIR="$DESTDIR" install
diff --git a/strata/foundation/fuse.morph b/strata/foundation/fuse.morph
deleted file mode 100644
index 5d431307..00000000
--- a/strata/foundation/fuse.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: fuse
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- ./makeconf.sh
diff --git a/strata/foundation/groff.morph b/strata/foundation/groff.morph
deleted file mode 100644
index 8380a9cc..00000000
--- a/strata/foundation/groff.morph
+++ /dev/null
@@ -1,13 +0,0 @@
-name: groff
-kind: chunk
-max-jobs: 1
-configure-commands:
-- PAGE=A4 ./configure --prefix="$PREFIX"
-build-commands:
-# hack to avoid a netpbm dependency
-- touch doc/gnu.eps
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
-- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"
diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph
deleted file mode 100644
index 364ca42e..00000000
--- a/strata/foundation/kmod.morph
+++ /dev/null
@@ -1,15 +0,0 @@
-name: kmod
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- ./bootstrap-configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var \
- --bindir="$PREFIX"/bin --libdir="$PREFIX"/lib \
- --disable-manpages --enable-python
-post-install-commands:
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/modprobe
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/lsmod
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/rmmod
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/insmod
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/modinfo
-- ln -s kmod "$DESTDIR/$PREFIX"/bin/depmod
diff --git a/strata/foundation/libarchive.morph b/strata/foundation/libarchive.morph
deleted file mode 100644
index bf840f58..00000000
--- a/strata/foundation/libarchive.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: libarchive
-kind: chunk
-build-system: autotools
-configure-commands:
-- autoreconf -ivf
-- ./configure --prefix="$PREFIX" --disable-acl
diff --git a/strata/foundation/libgcrypt.morph b/strata/foundation/libgcrypt.morph
deleted file mode 100644
index ccd5cb8a..00000000
--- a/strata/foundation/libgcrypt.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: libgcrypt
-kind: chunk
-build-system: autotools
-
-pre-configure-commands:
-- autoreconf -fi
-
-configure-commands:
-# libgcrypt documentation requires fig2dev, which we don't have
-- ./configure --prefix="$PREFIX" --disable-doc
diff --git a/strata/foundation/libgpg-error.morph b/strata/foundation/libgpg-error.morph
deleted file mode 100644
index bc8dcdab..00000000
--- a/strata/foundation/libgpg-error.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: libgpg-error
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-- autoreconf -fi
-configure-commands:
-- ./configure --prefix="$PREFIX" --disable-doc
diff --git a/strata/foundation/lzo.morph b/strata/foundation/lzo.morph
deleted file mode 100644
index a1a7bbc7..00000000
--- a/strata/foundation/lzo.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: lzo
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --enable-shared=yes --prefix="$PREFIX"
diff --git a/strata/foundation/openssh.morph b/strata/foundation/openssh.morph
deleted file mode 100644
index 7d38791f..00000000
--- a/strata/foundation/openssh.morph
+++ /dev/null
@@ -1,32 +0,0 @@
-name: openssh
-kind: chunk
-configure-commands:
-- autoreconf -if
-- |
- OPENSSL_SEEDS_ITSELF=yes ./configure \
- --prefix="$PREFIX" --sysconfdir=/etc/ssh \
- --datadir="$PREFIX/share/sshd" \
- --libexecdir="$PREFIX/lib/openssh" \
- --with-privsep-path=/var/lib/sshd \
- --with-pam
-build-commands:
-- make
-- |
- sed -e "s|@prefix@|$PREFIX|g" \
- -e 's|@STARTUP_SCRIPT_SHELL@|/bin/sh|g' \
- -e 's|@sysconfdir@|/etc/ssh|g' \
- -e 's|@COMMENT_OUT_ECC@||g' \
- sshd-keygen.in >sshd-keygen
-- sed -e "s|@prefix@|$PREFIX|g" opensshd.service.in >opensshd.service
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR/$PREFIX/sbin"
-- chmod go= "$DESTDIR"/var/lib/sshd
-- install -m 744 sshd-keygen "$DESTDIR/$PREFIX/sbin/sshd-keygen"
-- install -m 755 contrib/ssh-copy-id "$DESTDIR/$PREFIX/bin/ssh-copy-id"
-- mkdir -p "$DESTDIR$PREFIX/lib/systemd/system/"
-- install -m 644 opensshd.service "$DESTDIR$PREFIX/lib/systemd/system/opensshd.service"
-system-integration:
- openssh-misc:
- 00-enable-opensshd-unit:
- - systemctl enable opensshd
diff --git a/strata/foundation/pciutils.morph b/strata/foundation/pciutils.morph
deleted file mode 100644
index 03bd4a23..00000000
--- a/strata/foundation/pciutils.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: pciutils
-kind: chunk
-configure-commands:
-- make PREFIX="$PREFIX" ZLIB=no lib/config.mk
-- echo PREFIX="$PREFIX" >>lib/config.mk
-- echo MANDIR="$PREFIX/share/man" >>lib/config.mk # ensure manpages are always installed in share/man
-build-commands:
-- make PREFIX="$PREFIX"
-install-commands:
-- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install
-- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install-lib
diff --git a/strata/foundation/rsync.morph b/strata/foundation/rsync.morph
deleted file mode 100644
index 0060e386..00000000
--- a/strata/foundation/rsync.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: rsync
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --prefix="$PREFIX"
-build-commands:
-- make proto
-- make
-install-commands:
-- make install
-- install -D -m 644 packaging/systemd/rsync.service "$DESTDIR$PREFIX"/lib/systemd/system/rsync.service
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
deleted file mode 100644
index d0f962a8..00000000
--- a/strata/foundation/systemd.morph
+++ /dev/null
@@ -1,31 +0,0 @@
-name: systemd
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
- --disable-manpages
- --disable-tests
- --libexecdir="$PREFIX/libexec"
- --enable-split-usr
-post-install-commands:
-- mkdir -p "$DESTDIR"/sbin
-- ln -s "$PREFIX"/lib/systemd/systemd "$DESTDIR"/sbin/init
-- for f in telinit runlevel shutdown poweroff reboot halt; do ln -s "$PREFIX"/bin/systemctl
- "$DESTDIR/sbin/$f"; done
-- touch "$DESTDIR/etc/machine-id"
-- |
- cat > "$DESTDIR/etc/systemd/network/10-dhcp.network" << "EOF"
- [Match]
- Name=e*
-
- [Network]
- DHCP=yes
- EOF
-# Use the pam config systemd provides
-- cp -a "$DESTDIR/$PREFIX"/share/factory/etc/pam.d/* "$DESTDIR/etc/pam.d"
-
-# Add pam_deny.so to the default systemd-auth pam.d config file. Without
-# it, if shadow is configured to use PAM, it would be possible to login
-# to a system with the wrong password.
-- echo 'auth requisite pam_deny.so' >> "$DESTDIR"/etc/pam.d/system-auth
diff --git a/strata/foundation/tbdiff.morph b/strata/foundation/tbdiff.morph
deleted file mode 100644
index a907a109..00000000
--- a/strata/foundation/tbdiff.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: tbdiff
-kind: chunk
-build-system: autotools
diff --git a/strata/foundation/time-zone-database.morph b/strata/foundation/time-zone-database.morph
deleted file mode 100644
index 701d781a..00000000
--- a/strata/foundation/time-zone-database.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: time-zone-database
-kind: chunk
-description: |
- Time zone database.
-build-system: manual
-install-commands:
-# ETCDIR is actually where the 'tzselect', 'zdump' and 'zic' commands get
-# installed. Note that tzselect from this chunk will overlap with and override
-# the tzselect binary from GLIBC.
-- make TOPDIR="$PREFIX" ETCDIR="$PREFIX/bin" TZDIR="$PREFIX/share/zoneinfo" DESTDIR="$DESTDIR"
- install