network/elinks: Updated for version 0.11.5

This commit is contained in:
Brian Muramatsu 2010-05-11 22:25:13 +02:00 committed by Michiel van Wessem
parent 4cd45d3379
commit 7486f511ac
3 changed files with 13 additions and 12 deletions

View file

@ -5,6 +5,6 @@ ELinks is an advanced and well-established feature-rich text mode web
customizable, and it can be extended via Lua or Guile scripts. It is very
portable and runs on a variety of platforms.
The are some optional dependencies that are not included in Slackware.
There are some optional dependencies that are not included in Slackware.
Please consult the ELinks Manual Section 2.3 for more information on
dependencies: http://elinks.or.cz/documentation/manual.html

View file

@ -3,14 +3,16 @@
# Slackware build script for elinks
# Written by Brian Muramatsu (brian@fhobia.org)
# Modified by the SlackBuilds.org project
# Thanks to dadexter@sekurity.com for help with this.
# Modified by the SlackBuilds.org project
PRGNAM=elinks
VERSION=0.11.3
VERSION=0.11.5
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -59,7 +61,6 @@ rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/man
find $PKG/usr/doc -name "Makefile*" -exec rm -f {} \;
find $PKG/usr/doc -type f -exec chmod 644 {} \;
# The locale.alias file is part of the glibc package; let's not clobber it
rm -f $PKG/usr/share/locale/locale.alias
@ -71,12 +72,12 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man
# Move man pages to their proper location.
mv $PKG/usr/share/man $PKG/usr
( 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
)
fi
)
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +1,8 @@
PRGNAM="elinks"
VERSION="0.11.3"
VERSION="0.11.5"
HOMEPAGE="http://elinks.or.cz/"
DOWNLOAD="http://elinks.or.cz/download/elinks-0.11.3.tar.bz2"
MD5SUM="a0eb50e18a2ac8e77d6b0df8f94bb5a6"
DOWNLOAD="http://elinks.or.cz/download/elinks-0.11.5.tar.bz2"
MD5SUM="7dccdb6568d7eeda68912f6541496b7e"
MAINTAINER="Brian Muramatsu"
EMAIL="brian@fhobia.org"
APPROVED="rworkman,alien"
APPROVED="Michiel"