diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-11-13 23:49:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 00:06:37 -0600 |
commit | d3007343bab92e0d248d72b0accf4ec0632ae0b4 (patch) | |
tree | b8428e02eb887aa4484df06bc3bd44753e673a13 /libraries | |
parent | 2cafa335680afa0d3eebfd6dc506d6a1db843565 (diff) | |
download | slackbuilds-d3007343bab92e0d248d72b0accf4ec0632ae0b4.tar.gz |
libraries/lightblue: Removed
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/lightblue/README | 3 | ||||
-rw-r--r-- | libraries/lightblue/lightblue.SlackBuild | 66 | ||||
-rw-r--r-- | libraries/lightblue/lightblue.info | 10 | ||||
-rw-r--r-- | libraries/lightblue/slack-desc | 19 |
4 files changed, 0 insertions, 98 deletions
diff --git a/libraries/lightblue/README b/libraries/lightblue/README deleted file mode 100644 index 88b7a23986..0000000000 --- a/libraries/lightblue/README +++ /dev/null @@ -1,3 +0,0 @@ -LightBlue is a cross-platform Bluetooth API for Python which provides -simple access to Bluetooth operations. It is available for Mac OS X, -GNU/Linux and Nokia's Python for Series 60 platform for mobile phones. diff --git a/libraries/lightblue/lightblue.SlackBuild b/libraries/lightblue/lightblue.SlackBuild deleted file mode 100644 index be72064a94..0000000000 --- a/libraries/lightblue/lightblue.SlackBuild +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/sh - -# Slackware build script for lightblue - -# Written by Larry Hajali <larryhaja[at]gmail[dot]com> - -PRGNAM=lightblue -VERSION=${VERSION:-0.4} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -python setup.py install --root=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CHANGELOG COPYING PKG-INFO README.txt 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.${PKGTYPE:-tgz} diff --git a/libraries/lightblue/lightblue.info b/libraries/lightblue/lightblue.info deleted file mode 100644 index 7c5d193492..0000000000 --- a/libraries/lightblue/lightblue.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lightblue" -VERSION="0.4" -HOMEPAGE="http://lightblue.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/lightblue/lightblue/0.4/lightblue-0.4.tar.gz" -MD5SUM="2f2bf66faa4bf1a79eb28a47584077b7" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="pybluez" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" diff --git a/libraries/lightblue/slack-desc b/libraries/lightblue/slack-desc deleted file mode 100644 index 2c29128946..0000000000 --- a/libraries/lightblue/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------------------------------------------------------| -lightblue: lightblue (Cross platform Bluetooth API for Python) -lightblue: -lightblue: LightBlue is a cross-platform Bluetooth API for Python which provides -lightblue: simple access to Bluetooth operations. It is available for Mac OS X, -lightblue: GNU/Linux and Nokia's Python for Series 60 platform for mobile phones. -lightblue: -lightblue: Homepage: http://lightblue.sourceforge.net/ -lightblue: -lightblue: -lightblue: -lightblue: |