diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:12 +0200 |
commit | ce374590edc5fadfa96aba7611303eb925f9115e (patch) | |
tree | d21e3748e10ef6ca444dae235ab4649e27509c96 /libraries | |
parent | 8a8c055d3c249a0934648d71f64ff5ab7af2b646 (diff) | |
download | slackbuilds-ce374590edc5fadfa96aba7611303eb925f9115e.tar.gz |
libraries/libstroke: Removed from 13.0 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libstroke/README | 2 | ||||
-rw-r--r-- | libraries/libstroke/libstroke.SlackBuild | 52 | ||||
-rw-r--r-- | libraries/libstroke/libstroke.info | 8 | ||||
-rw-r--r-- | libraries/libstroke/slack-desc | 19 |
4 files changed, 0 insertions, 81 deletions
diff --git a/libraries/libstroke/README b/libraries/libstroke/README deleted file mode 100644 index 3fb5a0b5b5..0000000000 --- a/libraries/libstroke/README +++ /dev/null @@ -1,2 +0,0 @@ -LibStroke is a stroke translation library. Strokes are motions of -the mouse that can be interpreted by a program as a command. diff --git a/libraries/libstroke/libstroke.SlackBuild b/libraries/libstroke/libstroke.SlackBuild deleted file mode 100644 index a8aedaa79d..0000000000 --- a/libraries/libstroke/libstroke.SlackBuild +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh - -# Slackware build script for libstroke -# Written by Jick Nan (jick.nan@gmail.com) -# Modified by the SlackBuilds.org project - -PRGNAM=libstroke -VERSION=0.5.1fvwm -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 || exit 1 -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 -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-static=no \ - || exit 1 - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README doc/* $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/libstroke/libstroke.info b/libraries/libstroke/libstroke.info deleted file mode 100644 index 1ec227d96d..0000000000 --- a/libraries/libstroke/libstroke.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="libstroke" -VERSION="0.5.1fvwm" -HOMEPAGE="http://www.etla.net/libstroke/" -DOWNLOAD="http://www.etla.net/libstroke/libstroke-0.5.1fvwm.tar.gz" -MD5SUM="fd9a42fcadeacc60df1b2b8619cad53c" -MAINTAINER="Jick Nan" -EMAIL="jick.nan@gmail.com" -APPROVED="rworkman" diff --git a/libraries/libstroke/slack-desc b/libraries/libstroke/slack-desc deleted file mode 100644 index 38d0e28a5a..0000000000 --- a/libraries/libstroke/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -libstroke: LibStroke (a stroke translation library) -libstroke: -libstroke: LibStroke is a stroke translation library. Strokes are motions of -libstroke: the mouse that can be interpreted by a program as a command. -libstroke: -libstroke: -libstroke: -libstroke: -libstroke: -libstroke: -libstroke: |