misc/beep: Updated for version 1.2.2

This commit is contained in:
gnubien 2010-05-13 00:34:03 +02:00 committed by Alan Hicks
parent 5c62b07327
commit 6c13379dda
2 changed files with 13 additions and 3 deletions

View File

@ -10,12 +10,20 @@
PRGNAM=beep
VERSION=1.2.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp
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
# See the manpage for more information on why, but you will need to install
# beep with the suid bit set in order to have full functionality in all
@ -59,4 +67,4 @@ 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
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="beep"
VERSION="1.2.2"
HOMEPAGE="http://www.johnath.com/beep/"
DOWNLOAD="http://www.johnath.com/beep/beep-1.2.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="d541419fd7e5642952d7b48cbb40c712"
MD5SUM_x86_64=""
MAINTAINER="gnubien"
EMAIL="resident@scrapshells.com"
APPROVED="Alan_Hicks,robw810"