summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Martin Lefebvre <dadexter@gmail.com>2010-05-11 19:45:57 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-11 19:45:57 +0200
commit7339ef7a945645e47e741f32eacc875be07e0092 (patch)
treeb20ea1a488eb9b66771bdec8c5f4dfea361ee9b2 /network
parent6ac329997c30473276230442c9c1bf3c8ee9b981 (diff)
downloadslackbuilds-7339ef7a945645e47e741f32eacc875be07e0092.tar.gz
slackbuilds-7339ef7a945645e47e741f32eacc875be07e0092.tar.xz
network/muttng: Updated for version cvs
Diffstat (limited to 'network')
-rw-r--r--network/muttng/README2
-rw-r--r--network/muttng/muttng.SlackBuild6
-rw-r--r--network/muttng/muttng.info2
-rw-r--r--network/muttng/slack-desc13
4 files changed, 17 insertions, 6 deletions
diff --git a/network/muttng/README b/network/muttng/README
index a795f2159c..35f0f5bd7f 100644
--- a/network/muttng/README
+++ b/network/muttng/README
@@ -5,4 +5,4 @@ in the web, and to fix all the other little annoyances of mutt.
This is a build from the daily snapshots of the source code. The md5sum
cannot be used to check the validity of the downloaded file as it will
change everytime the snapshot is re-generated. This script was last tested
-with a snapshot from 20061014.
+with a snapshot from 20061125
diff --git a/network/muttng/muttng.SlackBuild b/network/muttng/muttng.SlackBuild
index 8c99f425fb..88961bd365 100644
--- a/network/muttng/muttng.SlackBuild
+++ b/network/muttng/muttng.SlackBuild
@@ -31,7 +31,7 @@ VERSION=latest # This will be reset below; leave this value alone
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -44,7 +44,7 @@ fi
# Version taken from dirname inside latest daily snapshot
if [ -e $CWD/$PRGNAM-latest.tar.gz ]; then
- VERSION=`tar -tzf $CWD/$PRGNAM-latest.tar.gz | head -1 | tr -d \/ | cut -d- -f2`
+ VERSION=$(tar -tzf $CWD/$PRGNAM-latest.tar.gz | head -1 | tr -d \/ | cut -d- -f2)
else
echo "Source tarball not present - exiting."
exit 1
@@ -82,7 +82,7 @@ make install DESTDIR=$PKG
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+ for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
fi
diff --git a/network/muttng/muttng.info b/network/muttng/muttng.info
index 04ebd26246..6b4d261933 100644
--- a/network/muttng/muttng.info
+++ b/network/muttng/muttng.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://nion.modprobe.de/mutt-ng/snapshots/muttng-latest.tar.gz"
MD5SUM="Not posted since this builds from CVS"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
-APPROVED="elohim,robw810"
+APPROVED="elohim,rworkman"
diff --git a/network/muttng/slack-desc b/network/muttng/slack-desc
index d807177644..3ed3559927 100644
--- a/network/muttng/slack-desc
+++ b/network/muttng/slack-desc
@@ -1,4 +1,12 @@
-muttng: mutt-ng - mutt next generation
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+muttng: mutt-ng (mutt next generation)
muttng:
muttng: mutt next generation (mutt-ng) is a fork of the well-known email
muttng: client mutt with the goal to both incorporate all the patches
@@ -6,3 +14,6 @@ muttng: that are floating around in the web, and to fix all the other
muttng: little annoyances of mutt.
muttng:
muttng:
+muttng:
+muttng:
+muttng: