diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
commit | c75c2125afce4688ffa4fb8688f5f5ea236b5ab5 (patch) | |
tree | 33d2cb6505c0d2bab01d79603c8446fe15daaa61 /libraries | |
parent | c2bfdd21fc644834f25a8ec8846b66a86b50514b (diff) | |
download | slackbuilds-c75c2125afce4688ffa4fb8688f5f5ea236b5ab5.tar.gz |
libraries/mcs: Removed from 12.0 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/mcs/README | 4 | ||||
-rw-r--r-- | libraries/mcs/mcs.SlackBuild | 61 | ||||
-rw-r--r-- | libraries/mcs/mcs.info | 8 | ||||
-rw-r--r-- | libraries/mcs/slack-desc | 10 |
4 files changed, 0 insertions, 83 deletions
diff --git a/libraries/mcs/README b/libraries/mcs/README deleted file mode 100644 index 7582b86fd0..0000000000 --- a/libraries/mcs/README +++ /dev/null @@ -1,4 +0,0 @@ -mcs is a library and set of userland tools which abstract the -storage of configuration settings away from userland applications. -This library is needed by audacious for example. - diff --git a/libraries/mcs/mcs.SlackBuild b/libraries/mcs/mcs.SlackBuild deleted file mode 100644 index 17928e8af4..0000000000 --- a/libraries/mcs/mcs.SlackBuild +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh - -# Slackware build script for mcs-0.4.1 -# Written by Meckafett thumpadoodle@hotmail.com - -# Modified by the SlackBuilds.org Project. - -# Exit on most errors -set -e - -PRGNAM=mcs -VERSION=0.4.1 -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 $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -xvf $CWD/$PRGNAM-$VERSION.tgz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var -# --enable-gconf \ -# --enable-kconfig - -make -make install DESTDIR=$PKG - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README TODO GIT-Access $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -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/libraries/mcs/mcs.info b/libraries/mcs/mcs.info deleted file mode 100644 index 2924ca1d6d..0000000000 --- a/libraries/mcs/mcs.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="mcs" -VERSION="-0.4.1" -HOMEPAGE="http://sacredspiral.co.uk/~nenolod/mcs/" -DOWNLOAD="http://sacredspiral.co.uk/~nenolod/mcs/mcs-0.4.1.tgz" -MD5SUM="d09b42e9d51ea32c6326f0bbcad86c9e" -MAINTAINER="Meckafett" -EMAIL="thumpadoodle@hotmail.com" -APPROVED="BP{k}" diff --git a/libraries/mcs/slack-desc b/libraries/mcs/slack-desc deleted file mode 100644 index 6b0bdbdd76..0000000000 --- a/libraries/mcs/slack-desc +++ /dev/null @@ -1,10 +0,0 @@ - |-----handy-ruler------------------------------------------------------| -mcs: mcs (library to manage userland settings) -mcs: -mcs: mcs is a library and set of userland tools which abstract the -mcs: storage of configuration settings away from userland applications. -mcs: -mcs: mcs is licenced under the BSD licence. -mcs: -mcs: Homepage: http://sacredspiral.co.uk/~nenolod/mcs/ -mcs: |