diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:12 +0200 |
commit | a8336ca5a29be0bea16ac4695aa56e09c4fecbfa (patch) | |
tree | 88c51c654f540dbab644f42b698265bef30273c1 /development | |
parent | 1b936e559d0e564c34a99cca2bf0a87f9cb6fc24 (diff) | |
download | slackbuilds-a8336ca5a29be0bea16ac4695aa56e09c4fecbfa.tar.gz |
development/libanculus-sharp: Removed from 13.0 repository
Diffstat (limited to 'development')
-rw-r--r-- | development/libanculus-sharp/README | 6 | ||||
-rw-r--r-- | development/libanculus-sharp/libanculus-sharp.SlackBuild | 44 | ||||
-rw-r--r-- | development/libanculus-sharp/libanculus-sharp.info | 8 | ||||
-rw-r--r-- | development/libanculus-sharp/slack-desc | 11 |
4 files changed, 0 insertions, 69 deletions
diff --git a/development/libanculus-sharp/README b/development/libanculus-sharp/README deleted file mode 100644 index 41de8a63d4..0000000000 --- a/development/libanculus-sharp/README +++ /dev/null @@ -1,6 +0,0 @@ -"Anculus" means servant in Latin, and that is exactly what the library does. -It serves and helps you to easily and quickly write new applications. -libanculus-sharp contains all the building blocks that you need to develop a -good C# application. - -Requires Mono and Gtk-Sharp, both available at SlackBuilds.org diff --git a/development/libanculus-sharp/libanculus-sharp.SlackBuild b/development/libanculus-sharp/libanculus-sharp.SlackBuild deleted file mode 100644 index f1b092acde..0000000000 --- a/development/libanculus-sharp/libanculus-sharp.SlackBuild +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh - -# Slackware build script for libanculus-sharp -# Written by Erik Hanson erik@slackbuilds.org - -set -eu - -PRGNAM=libanculus-sharp -VERSION=0.3.1 -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 . - -sh autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --mandir=/usr/man \ - --disable-static - -make -make install DESTDIR=$PKG - -rmdir $PKG/usr/bin # This is empty. -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install -cp -ar AUTHORS INSTALL LICENSE docs/api $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/libanculus-sharp/libanculus-sharp.info b/development/libanculus-sharp/libanculus-sharp.info deleted file mode 100644 index ffdce255cc..0000000000 --- a/development/libanculus-sharp/libanculus-sharp.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="libanculus-sharp" -VERSION="0.3.1" -HOMEPAGE="http://code.google.com/p/libanculus-sharp/" -DOWNLOAD="http://libanculus-sharp.googlecode.com/files/libanculus-sharp-0.3.1.tar.bz2" -MD5SUM="d89455b8d43a45666a25fc26b7792f7b" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="Michiel" diff --git a/development/libanculus-sharp/slack-desc b/development/libanculus-sharp/slack-desc deleted file mode 100644 index 6d95290eae..0000000000 --- a/development/libanculus-sharp/slack-desc +++ /dev/null @@ -1,11 +0,0 @@ -libanculus-sharp: libanculus-sharp (reusable utility library written in C#.) -libanculus-sharp: -libanculus-sharp: "Anculus" means servant in Latin, and that is exactly what -libanculus-sharp: the library does. It serves and helps you to easily and -libanculus-sharp: quickly write new applications. libanculus-sharp contains -libanculus-sharp: all the building blocks that you need to develop a good C# -libanculus-sharp: application. -libanculus-sharp: -libanculus-sharp: -libanculus-sharp: http://code.google.com/p/libanculus-sharp/ -libanculus-sharp: |