From f8012aa246d8461a5a13053e84a8cdcece3e3e45 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:07:13 +0200 Subject: development/mono-addins: Removed from 13.0 repository --- development/mono-addins/README | 11 ------- development/mono-addins/mono-addins.SlackBuild | 45 -------------------------- development/mono-addins/mono-addins.info | 8 ----- development/mono-addins/slack-desc | 11 ------- 4 files changed, 75 deletions(-) delete mode 100644 development/mono-addins/README delete mode 100644 development/mono-addins/mono-addins.SlackBuild delete mode 100644 development/mono-addins/mono-addins.info delete mode 100644 development/mono-addins/slack-desc diff --git a/development/mono-addins/README b/development/mono-addins/README deleted file mode 100644 index 5cd7d3bd2b..0000000000 --- a/development/mono-addins/README +++ /dev/null @@ -1,11 +0,0 @@ -Mono.Addins is a framework for creating extensible applications, and for -creating libraries which extend those applications. - -Mono.Addins has been designed to be easy to use and useful for a wide range -of applications: from simple applications with small extensibility needs, to -complex applications which need support for large add-in structures. - -This new framework intends to set an standard for building extensible -applications and add-ins in Mono. - -Requires Mono and Gtk-Sharp, available at SlackBuilds.org diff --git a/development/mono-addins/mono-addins.SlackBuild b/development/mono-addins/mono-addins.SlackBuild deleted file mode 100644 index 98f502bb29..0000000000 --- a/development/mono-addins/mono-addins.SlackBuild +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -eu - -# Slackware build script for Mono.Addins -# Written by Erik Hanson erik@slackbuilds.org - -PRGNAM=mono-addins -VERSION=0.4 -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} - -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 \ - --disable-tests - -make -make install-strip DESTDIR=$PKG - -gzip -9 $PKG/usr/man/man?/*.? - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install -cp -a AUTHORS COPYING ChangeLog NEWS README $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 diff --git a/development/mono-addins/mono-addins.info b/development/mono-addins/mono-addins.info deleted file mode 100644 index 1e88b2415c..0000000000 --- a/development/mono-addins/mono-addins.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="mono-addins" -VERSION="0.4" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -DOWNLOAD="http://ftp.novell.com/pub/mono/sources/mono-addins/mono-addins-0.4.tar.bz2" -MD5SUM="3b7f3f6e55c95413df184d0e4c9233e4" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="dsomero" diff --git a/development/mono-addins/slack-desc b/development/mono-addins/slack-desc deleted file mode 100644 index 194aa0f1a2..0000000000 --- a/development/mono-addins/slack-desc +++ /dev/null @@ -1,11 +0,0 @@ -mono-addins: Mono.Addins (a framework for creating extensible applications) -mono-addins: -mono-addins: Mono.Addins has been designed to be easy to use and useful for a -mono-addins: wide range of applications: from simple applications with small -mono-addins: extensibility needs, to complex applications which need support -mono-addins: for large add-in structures. -mono-addins: -mono-addins: This new framework intends to set an standard for building -mono-addins: extensible applications and add-ins in Mono. -mono-addins: -mono-addins: http://www.mono-project.com/Mono.Addins -- cgit v1.2.3