network/icecat: Updated for version 9.0.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
616704613f
commit
7526c7a548
|
@ -18,7 +18,7 @@
|
|||
# http://melikamp.com/features/slackbuilds.shtml
|
||||
|
||||
PRGNAM="icecat"
|
||||
VERSION="7.0.1"
|
||||
VERSION="9.0.1"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,9 +73,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--build=$ARCH-slackware-linux || exit 1
|
||||
|
||||
# Work around bug 679006 which prevents building with latest kernels.
|
||||
cp security/coreconf/Linux3.0.mk security/coreconf/Linux3.1.mk
|
||||
|
||||
make || exit 1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="icecat"
|
||||
VERSION="7.0.1"
|
||||
VERSION="9.0.1"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnuzilla/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/7.0.1/icecat-7.0.1.tar.xz"
|
||||
MD5SUM="eb20dad67baeb5e71c5cfe469dbba378"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/9.0.1/icecat-9.0.1.tar.xz"
|
||||
MD5SUM="a135581da2fd2845f268d7ca91054c06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="melikamp"
|
||||
|
|
Loading…
Reference in New Issue