summaryrefslogtreecommitdiffstats
path: root/development/mono-addins
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:13 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:13 +0200
commitf8012aa246d8461a5a13053e84a8cdcece3e3e45 (patch)
tree39fd9b6f5bdfbedc6cb797fd8f7437f0078376ef /development/mono-addins
parent021467ca7671c1a5ba56045d417119c5aef69436 (diff)
downloadslackbuilds-f8012aa246d8461a5a13053e84a8cdcece3e3e45.tar.gz
slackbuilds-f8012aa246d8461a5a13053e84a8cdcece3e3e45.tar.xz
development/mono-addins: Removed from 13.0 repository
Diffstat (limited to 'development/mono-addins')
-rw-r--r--development/mono-addins/README11
-rw-r--r--development/mono-addins/mono-addins.SlackBuild45
-rw-r--r--development/mono-addins/mono-addins.info8
-rw-r--r--development/mono-addins/slack-desc11
4 files changed, 0 insertions, 75 deletions
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