libraries/pybluez: Misc automated cleanups.

Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Somero 2010-06-04 01:09:59 -04:00
parent d33f0a1fcd
commit e00d5ca271

View file

@ -23,6 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=PyBluez
PRGNAM=$(echo $SRCNAM | tr [:upper:] [:lower:])
VERSION=0.18
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
@ -33,8 +34,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
PRGNAM=$(echo $SRCNAM | tr [:upper:] [:lower:])
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""