development/gtk-sharp: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:07:07 +02:00
parent 32416be072
commit 6362fcd8a0
4 changed files with 0 additions and 83 deletions

View file

@ -1,7 +0,0 @@
Gtk#, a GUI Toolkit, is a set of .NET bindings for the gtk+ toolkit
and assorted GNOME (http://www.gnome.org/) libraries. This library
allows you to build fully native graphical Gnome applications using
Mono. GTK# is an event-driven system like any other modern windowing
library.
Requires Mono, available at SlackBuilds.org

View file

@ -1,49 +0,0 @@
#!/bin/sh -eu
# Slackware build script for gtk-sharp
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=gtk-sharp
VERSION=2.12.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
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 .
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--mandir=/usr/man \
--disable-static
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
cp -a AUTHORS README COPYING ChangeLog NEWS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="gtk-sharp"
VERSION="2.12.6"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.6.tar.bz2"
MD5SUM="3c515cbe0aee70e988f02457c621f693"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"

View file

@ -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------------------------------------------------------|
gtk-sharp: gtk-sharp (gtk# A GUI toolkit for Mono and gtk+)
gtk-sharp:
gtk-sharp: Gtk#, a GUI Toolkit, is a set of .NET bindings for the gtk+ toolkit
gtk-sharp: and assorted GNOME (http://www.gnome.org/) libraries. This library
gtk-sharp: allows you to build fully native graphical Gnome applications using
gtk-sharp: Mono. GTK# is an event-driven system like any other modern windowing
gtk-sharp: library.
gtk-sharp:
gtk-sharp:
gtk-sharp: http://www.mono-project.com/GtkSharp
gtk-sharp: