system/libratbag: Update deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2024-07-28 07:49:50 +07:00 committed by Willy Sudiarto Raharjo
parent 53b2aea256
commit d9bcc98181
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 16 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libratbag
VERSION=${VERSION:-0.17}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,20 +49,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/libratbag/libratbag/archive/v0.17/libratbag-0.17.ta
MD5SUM="6d3e1d8b9df938be1f1ccfcd1641c7aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-evdev"
REQUIRES="python3-evdev"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"