diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:20 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:20 +0200 |
commit | d8e302f5a7a73d0d46ff288066b97f64e8835d2b (patch) | |
tree | fb7fd4a58de47926a9a6ecd170ca2daa2acdda77 /libraries/webkit-sharp | |
parent | 00879087608e2e0c3fc25ef4c1b1f8f12ce1d7c1 (diff) |
libraries/webkit-sharp: Removed from 13.0 repository
Diffstat (limited to 'libraries/webkit-sharp')
-rw-r--r-- | libraries/webkit-sharp/README | 3 | ||||
-rw-r--r-- | libraries/webkit-sharp/slack-desc | 19 | ||||
-rw-r--r-- | libraries/webkit-sharp/webkit-sharp.SlackBuild | 48 | ||||
-rw-r--r-- | libraries/webkit-sharp/webkit-sharp.info | 8 |
4 files changed, 0 insertions, 78 deletions
diff --git a/libraries/webkit-sharp/README b/libraries/webkit-sharp/README deleted file mode 100644 index 1740132f0c14..000000000000 --- a/libraries/webkit-sharp/README +++ /dev/null @@ -1,3 +0,0 @@ -Mono/.NET Bindings for the open source WebKit browser engine. - -Requires Mono, Gtk-Sharp, and WebKit; all are available at SlackBuilds.org diff --git a/libraries/webkit-sharp/slack-desc b/libraries/webkit-sharp/slack-desc deleted file mode 100644 index c2e27bf3dbaa..000000000000 --- a/libraries/webkit-sharp/slack-desc +++ /dev/null @@ -1,19 +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-sharp: webkit-sharp (C# Bindings for WebKit) -webkit-sharp: -webkit-sharp: Mono/.NET Bindings for the open source WebKit browser engine. -webkit-sharp: -webkit-sharp: -webkit-sharp: -webkit-sharp: -webkit-sharp: -webkit-sharp: -webkit-sharp: -webkit-sharp: diff --git a/libraries/webkit-sharp/webkit-sharp.SlackBuild b/libraries/webkit-sharp/webkit-sharp.SlackBuild deleted file mode 100644 index 70093b168736..000000000000 --- a/libraries/webkit-sharp/webkit-sharp.SlackBuild +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh - -# Slackware build script for webkit-sharp -# Written by Erik Hanson erik@slackbuilds.org - -PRGNAM=webkit-sharp -VERSION=0.2 -ARCH=i486 # Unless you built Mono with a different ARCH, leave this alone. -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -eu - -rm -rf $PKG -mkdir -p $TMP $PKG -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --mandir=/usr/man \ - --disable-static \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.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.tgz diff --git a/libraries/webkit-sharp/webkit-sharp.info b/libraries/webkit-sharp/webkit-sharp.info deleted file mode 100644 index 679b74c95091..000000000000 --- a/libraries/webkit-sharp/webkit-sharp.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="webkit-sharp" -VERSION="0.2" -HOMEPAGE="http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/" -DOWNLOAD="http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/webkit-sharp-0.2.tar.bz2" -MD5SUM="8041fba941b7299e432380c86b6dddf8" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" |