From ebf459d88093021df776029e5fbbed0b79fc7865 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Jun 2020 16:59:41 +0300 Subject: emacs-nox: add new package at 26.3 --- community/emacs-nox/build | 26 ++++++++++++++++++++++++++ community/emacs-nox/checksums | 1 + community/emacs-nox/depends | 5 +++++ community/emacs-nox/sources | 1 + community/emacs-nox/version | 1 + 5 files changed, 34 insertions(+) create mode 100755 community/emacs-nox/build create mode 120000 community/emacs-nox/checksums create mode 100644 community/emacs-nox/depends create mode 120000 community/emacs-nox/sources create mode 120000 community/emacs-nox/version (limited to 'community') diff --git a/community/emacs-nox/build b/community/emacs-nox/build new file mode 100755 index 00000000..d880f48f --- /dev/null +++ b/community/emacs-nox/build @@ -0,0 +1,26 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-modules \ + --without-all \ + --without-x \ + --with-x-toolkit=no \ + --with-x=no \ + --with-gnutls=yes \ + --with-xml2=yes + +mkdir -p "$1/usr/share/emacs/site-lisp" +cat << EOF > "$1/usr/share/emacs/site-lisp/site-start.el" +;; Better security defaults +(with-eval-after-load 'gnutls + (setq + gnutls-verify-error t + gnutls-min-prime-bits 2048 + gnutls-trustfiles '("/etc/ssl/cert.pem"))) +EOF + +make +make DESTDIR="$1" install + +rm -rf "$1/usr/lib/systemd" diff --git a/community/emacs-nox/checksums b/community/emacs-nox/checksums new file mode 120000 index 00000000..c2c4ed80 --- /dev/null +++ b/community/emacs-nox/checksums @@ -0,0 +1 @@ +../emacs/checksums \ No newline at end of file diff --git a/community/emacs-nox/depends b/community/emacs-nox/depends new file mode 100644 index 00000000..de133391 --- /dev/null +++ b/community/emacs-nox/depends @@ -0,0 +1,5 @@ +gnutls +libxml2 +ncurses +xz +zlib diff --git a/community/emacs-nox/sources b/community/emacs-nox/sources new file mode 120000 index 00000000..42eb63fb --- /dev/null +++ b/community/emacs-nox/sources @@ -0,0 +1 @@ +../emacs/sources \ No newline at end of file diff --git a/community/emacs-nox/version b/community/emacs-nox/version new file mode 120000 index 00000000..ad7bc6da --- /dev/null +++ b/community/emacs-nox/version @@ -0,0 +1 @@ +../emacs/version \ No newline at end of file -- cgit v1.2.3