diff options
author | melikamp <melikamp@melikamp.net> | 2011-09-30 19:43:54 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:15 -0500 |
commit | 7af79e748cd5aae5d899f4518ff0293173c2c369 (patch) | |
tree | 7cf7d6a5f93519dbfe9a6f9cf21c51ec4ab89b38 /network/icecat/icecat.SlackBuild | |
parent | 1b9bd70f42652a76f3ca12e0fcd34e4c1b01084c (diff) |
network/icecat: Updated for version 6.0.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index b7b8272b6669..82d05008f50d 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -14,8 +14,11 @@ # and/or very being, up to and including the end of all existence and # the Universe as we know it. +# You can get the latest version of this slackbuild early at +# http://melikamp.com/features/slackbuilds.shtml + PRGNAM="icecat" -VERSION="5.0" +VERSION="6.0.2" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +55,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/${PRGNAM}-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/${PRGNAM}-$VERSION.tar.xz || exit 1 cd ${PRGNAM}-$VERSION chown -R root:root . find . \ @@ -70,6 +73,9 @@ 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 |