mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/mono-addins: Removed from 13.0 repository
This commit is contained in:
parent
021467ca76
commit
f8012aa246
4 changed files with 0 additions and 75 deletions
|
@ -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
|
|
@ -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
|
|
@ -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"
|
|
@ -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
|
Loading…
Reference in a new issue