]> git.friedersdorff.com Git - max/slackbuilds.git/commitdiff
Build the latest neomutt with sbopkg
authorMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 26 Sep 2017 10:07:35 +0000 (11:07 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 26 Sep 2017 10:07:35 +0000 (11:07 +0100)
office/neomutt/neomutt.SlackBuild
office/neomutt/neomutt.info [new file with mode: 0644]

index de43644b487d488f8a0948ba7f0b7a45cba1a8b4..90dfc556500d7f344803feb4faee276ee4c642c2 100644 (file)
@@ -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 (file)
index 0000000..275fb00
--- /dev/null
@@ -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"