summaryrefslogtreecommitdiff
path: root/strata/network-security
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/network-security
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/network-security')
-rw-r--r--strata/network-security/gnutls.morph6
-rw-r--r--strata/network-security/libtasn1.morph6
-rw-r--r--strata/network-security/nettle.morph6
-rw-r--r--strata/network-security/nspr.morph12
-rw-r--r--strata/network-security/nss.morph32
-rw-r--r--strata/network-security/p11-kit.morph5
6 files changed, 0 insertions, 67 deletions
diff --git a/strata/network-security/gnutls.morph b/strata/network-security/gnutls.morph
deleted file mode 100644
index f31cbf12..00000000
--- a/strata/network-security/gnutls.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: gnutls
-kind: chunk
-build-system: autotools
-configure-commands:
-- make autoreconf
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --with-nettle-mini --disable-tools --disable-doc
diff --git a/strata/network-security/libtasn1.morph b/strata/network-security/libtasn1.morph
deleted file mode 100644
index c4f378f2..00000000
--- a/strata/network-security/libtasn1.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: libtasn1
-kind: chunk
-build-system: autotools
-pre-configure-commands:
-# Add ChangeLog so autoreconf succeeds
-- touch ChangeLog
diff --git a/strata/network-security/nettle.morph b/strata/network-security/nettle.morph
deleted file mode 100644
index 80bdbf51..00000000
--- a/strata/network-security/nettle.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: nettle
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./.bootstrap
-- ./configure --prefix="$PREFIX" --libdir="$PREFIX"/lib --sysconfdir=/etc --disable-documentation --enable-mini-gmp
diff --git a/strata/network-security/nspr.morph b/strata/network-security/nspr.morph
deleted file mode 100644
index 078486e7..00000000
--- a/strata/network-security/nspr.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-name: nspr
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- case "$MORPH_ARCH" in
- x86_64|ppc64)
- EXTRA_ARGS="--enable-64bit";;
- *)
- EXTRA_ARGS="";;
- esac
- ./configure --prefix="$PREFIX" --sysconfdir=/etc --with-mozilla --with-pthreads $EXTRA_ARGS
diff --git a/strata/network-security/nss.morph b/strata/network-security/nss.morph
deleted file mode 100644
index 2103622c..00000000
--- a/strata/network-security/nss.morph
+++ /dev/null
@@ -1,32 +0,0 @@
-name: nss
-kind: chunk
-max-jobs: 1
-build-system: manual
-build-commands:
-- |
- case "$MORPH_ARCH" in
- x86_64|ppc64)
- export USE_64=1;;
- *)
- ;;
- esac
- cd nss
- make BUILD_OPT=1 \
- NSPR_INCLUDE_DIR=/usr/include/nspr \
- USE_SYSTEM_ZLIB=1 \
- ZLIB_LIBS=-lz \
- NSS_USE_SYSTEM_SQLITE=1
-install-commands:
-- install -d "$DESTDIR"/usr/lib/pkgconfig
-- install -v -m755 dist/Linux*/lib/*.so "$DESTDIR"/usr/lib
-- install -v -m644 dist/Linux*/lib/*.chk "$DESTDIR"/usr/lib
-- install -v -m644 dist/Linux*/lib/libcrmf.a "$DESTDIR"/usr/lib
-- install -v -m755 -d "$DESTDIR"/usr/include/nss
-- cp -v -RL dist/public/nss/* "$DESTDIR"/usr/include/nss
-- cp -v -RL dist/private/nss/* "$DESTDIR"/usr/include/nss
-- chmod -v 644 "$DESTDIR"/usr/include/nss/*
-- install -d "$DESTDIR"/usr/bin
-- install -v -m755 dist/Linux*/bin/certutil "$DESTDIR"/usr/bin
-- install -v -m755 dist/Linux*/bin/nss-config "$DESTDIR"/usr/bin
-- install -v -m755 dist/Linux*/bin/pk12util "$DESTDIR"/usr/bin
-- install -v -m644 dist/Linux*/lib/pkgconfig/nss.pc "$DESTDIR"/usr/lib/pkgconfig
diff --git a/strata/network-security/p11-kit.morph b/strata/network-security/p11-kit.morph
deleted file mode 100644
index 8f88969a..00000000
--- a/strata/network-security/p11-kit.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: p11-kit
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --without-trust-paths