summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
Diffstat (limited to 'source/n')
-rw-r--r--source/n/lynx/slack-desc2
-rwxr-xr-xsource/n/mutt/mutt.SlackBuild11
-rw-r--r--source/n/nettle/slack-desc2
3 files changed, 12 insertions, 3 deletions
diff --git a/source/n/lynx/slack-desc b/source/n/lynx/slack-desc
index 7005f7ba4..205f6f545 100644
--- a/source/n/lynx/slack-desc
+++ b/source/n/lynx/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-lynx: Lynx (text mode browser)
+lynx: lynx (text mode browser)
lynx:
lynx: Lynx is a distributed hypertext browser with full World Wide Web
lynx: capabilities. Lynx can be used to access information on the World
diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild
index 01293eb8c..e46238918 100755
--- a/source/n/mutt/mutt.SlackBuild
+++ b/source/n/mutt/mutt.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mutt
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -74,6 +74,7 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/mutt-$VERSION \
--with-docdir=/usr/doc/mutt-$VERSION \
--sysconfdir=/etc/mutt \
+ --infodir=/usr/info \
--with-mailpath=/var/spool/mail \
--enable-pop \
--enable-imap \
@@ -110,6 +111,14 @@ if [ -d $PKG/usr/man ]; then
)
fi
+# Compress info files, if any:
+if [ -d $PKG/usr/info ]; then
+ ( cd $PKG/usr/info
+ rm -f dir
+ gzip -9 *
+ )
+fi
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
diff --git a/source/n/nettle/slack-desc b/source/n/nettle/slack-desc
index e6e418b59..e2776ef78 100644
--- a/source/n/nettle/slack-desc
+++ b/source/n/nettle/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-nettle: Nettle (small cryptographic library)
+nettle: nettle (small cryptographic library)
nettle:
nettle: Nettle is a cryptographic library that is designed to fit easily in
nettle: more or less any context: In crypto toolkits for object-oriented