network/muttng: Updated for version cvs
This commit is contained in:
parent
6ac329997c
commit
7339ef7a94
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue