diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 23:45:41 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-28 21:36:03 -0500 |
commit | 843acef4c6251d39e6b05293362d9e9496200776 (patch) | |
tree | ce9ab13698283ed18b737521470ad428828a3e2f /libraries | |
parent | 34f7c7d3cdddc8d53ffeafad7fa5f1e5fea43df7 (diff) | |
download | slackbuilds-843acef4c6251d39e6b05293362d9e9496200776.tar.gz |
libraries/webkit: Removed (use webkitgtk instead)
This was an old version that no longer builds anyway...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/webkit/README | 2 | ||||
-rw-r--r-- | libraries/webkit/slack-desc | 18 | ||||
-rw-r--r-- | libraries/webkit/webkit.SlackBuild | 94 | ||||
-rw-r--r-- | libraries/webkit/webkit.info | 10 |
4 files changed, 0 insertions, 124 deletions
diff --git a/libraries/webkit/README b/libraries/webkit/README deleted file mode 100644 index 08fe65d23b..0000000000 --- a/libraries/webkit/README +++ /dev/null @@ -1,2 +0,0 @@ -WebKit is an opensource web browser engine. Webkit is still under heavy -development, so use with caution. diff --git a/libraries/webkit/slack-desc b/libraries/webkit/slack-desc deleted file mode 100644 index 9a3ec258b0..0000000000 --- a/libraries/webkit/slack-desc +++ /dev/null @@ -1,18 +0,0 @@ -# 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------------------------------------------------------| -webkit: WebKit (rendering engine for web browsers) -webkit: -webkit: WebKit is a small, efficient, and fast -webkit: rendering engine for web browsers. -webkit: -webkit: Homepage: http://www.webkit.org -webkit: -webkit: -webkit: -webkit: diff --git a/libraries/webkit/webkit.SlackBuild b/libraries/webkit/webkit.SlackBuild deleted file mode 100644 index 61ce693580..0000000000 --- a/libraries/webkit/webkit.SlackBuild +++ /dev/null @@ -1,94 +0,0 @@ -#!/bin/sh - -# Slackware build script for webkit - -# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=webkit -VERSION=r61056 -BUILD=${BUILD:-1} -TAG=${TAG=_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "s390" ]; then - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/WebKit-$VERSION.tar.bz2 -cd WebKit-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --enable-fast-malloc \ - --with-font-backend=pango \ - --disable-static \ - --build=$ARCH-slackware-linux \ - || exit 1 - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp INSTALL README WebKit/LICENSE $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/webkit.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/webkit.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/webkit/webkit.info b/libraries/webkit/webkit.info deleted file mode 100644 index 63cdeb64bc..0000000000 --- a/libraries/webkit/webkit.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="webkit" -VERSION="r61056" -HOMEPAGE="http://www.webkit.org/" -DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r61056.tar.bz2" -MD5SUM="01828befc1bfe1c1e3910cde2f1d6e73" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="alkos333" -EMAIL="me@alkos333.net" |