From 350c695c6a14bc72d706262cba5de9ac02c3c17e Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 26 Sep 2017 11:07:35 +0100 Subject: [PATCH] Build the latest neomutt with sbopkg --- office/neomutt/neomutt.SlackBuild | 23 +++++++++++++++++++++++ office/neomutt/neomutt.info | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 office/neomutt/neomutt.info diff --git a/office/neomutt/neomutt.SlackBuild b/office/neomutt/neomutt.SlackBuild index de43644..90dfc55 100644 --- a/office/neomutt/neomutt.SlackBuild +++ b/office/neomutt/neomutt.SlackBuild @@ -55,9 +55,31 @@ mkdir $PKG cd $TMP rm -rf neomutt-$VERSION tar xvf $CWD/neomutt-$VERSION.tar.?z* || exit 1 +mv neomutt-neomutt-$VERSION neomutt-$VERSION cd neomutt-$VERSION || exit 1 chown -R root:root . +CFLAGS="$SLKCFLAGS" \ +./prepare \ + --prefix=/usr \ + --mandir=/usr/man \ + --docdir=/usr/doc/mutt-$VERSION \ + --with-docdir=/usr/doc/mutt-$VERSION \ + --sysconfdir=/etc/mutt \ + --with-mailpath=/var/spool/mail \ + --enable-pop \ + --enable-imap \ + --with-ssl \ + --with-sasl \ + --enable-smtp \ + --enable-gpgme \ + --with-gdbm \ + --enable-hcache \ + --build=$ARCH-slackware-linux + --with-slang \ + --enable-compressed \ + --enable-debug + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ @@ -72,6 +94,7 @@ CFLAGS="$SLKCFLAGS" \ --with-sasl \ --enable-smtp \ --enable-gpgme \ + --with-gdbm \ --enable-hcache \ --build=$ARCH-slackware-linux --with-slang \ diff --git a/office/neomutt/neomutt.info b/office/neomutt/neomutt.info new file mode 100644 index 0000000..275fb00 --- /dev/null +++ b/office/neomutt/neomutt.info @@ -0,0 +1,8 @@ +PRGNAM="neomutt" +VERSION="20170912" +HOMEPAGE="https://www.neomutt.org" +DOWNLOAD="https://github.com/neomutt/neomutt/archive/neomutt-20170912.tar.gz" +MD5SUM="b7762ebdce9bbcadbe46b3e552507e32" +REQUIRES="" +MAINTAINER="Maximilian Friedersdorff" +EMAIL="max@friedersdorff.com" -- 2.44.0