mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-yarl: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
71068893c3
commit
63fa002dc4
2 changed files with 3 additions and 16 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for python3-yarl
|
# Slackware build script for python3-yarl
|
||||||
|
|
||||||
# Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com>
|
# Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||||
|
# Maintained 2023 by Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -49,20 +50,6 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
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
|
set -e
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="3919df684a446d7fe6c5181a580efaa2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-multidict"
|
REQUIRES="python3-multidict"
|
||||||
MAINTAINER="Isaac Yu"
|
MAINTAINER="Jay Lanagan"
|
||||||
EMAIL="isaacyu@protonmail.com"
|
EMAIL="j@lngn.net"
|
||||||
|
|
Loading…
Reference in a new issue