libraries/libstroke: Initial import

This commit is contained in:
Jick Nan 2010-05-11 14:56:22 +02:00 committed by Robby Workman
parent 5becb4cd59
commit f95c72ebfe
4 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,5 @@
LibStroke ( a stroke translation library)
LibStroke is a stroke translation library. Strokes are motions of
the mouse that can be interpreted by a program as a command.

View File

@ -0,0 +1,52 @@
#!/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

View File

@ -0,0 +1,8 @@
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="robw810"

View File

@ -0,0 +1,6 @@
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: