summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Brian Muramatsu <brian@fhobia.org>2010-05-11 22:25:13 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 22:25:13 +0200
commit7486f511ac77e7ba3992f9106431cf76132b279f (patch)
treed3484f653bd7b44078f83d5a99b6ab8ba349a979
parent4cd45d3379f3476aa40d36bae1398764a90e0b77 (diff)
downloadslackbuilds-7486f511ac77e7ba3992f9106431cf76132b279f.tar.gz
slackbuilds-7486f511ac77e7ba3992f9106431cf76132b279f.tar.xz
network/elinks: Updated for version 0.11.5
-rw-r--r--network/elinks/README2
-rw-r--r--network/elinks/elinks.SlackBuild15
-rw-r--r--network/elinks/elinks.info8
3 files changed, 13 insertions, 12 deletions
diff --git a/network/elinks/README b/network/elinks/README
index bd3e8efd51..4daa1bca8e 100644
--- a/network/elinks/README
+++ b/network/elinks/README
@@ -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
diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild
index 8066623309..290eef7d3d 100644
--- a/network/elinks/elinks.SlackBuild
+++ b/network/elinks/elinks.SlackBuild
@@ -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
diff --git a/network/elinks/elinks.info b/network/elinks/elinks.info
index a7dc621aeb..63b4b14348 100644
--- a/network/elinks/elinks.info
+++ b/network/elinks/elinks.info
@@ -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"