summaryrefslogtreecommitdiff
path: root/strata/network-security/nss.morph
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/nss.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/network-security/nss.morph')
-rw-r--r--strata/network-security/nss.morph32
1 files changed, 0 insertions, 32 deletions
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