mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/faun: Updated for version 0.1.5.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
915a3d7250
commit
6efb41de40
2 changed files with 5 additions and 8 deletions
|
@ -11,12 +11,13 @@
|
|||
# faun. I will not update it, if the update would break the xu4 build.
|
||||
# I'm not sure anything else uses faun, anyway.
|
||||
|
||||
# 20240807 bkw: updated for v0.1.5.
|
||||
# 20230712 bkw: updated for v0.1.3.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=faun
|
||||
VERSION=${VERSION:-0.1.3}
|
||||
VERSION=${VERSION:-0.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,16 +41,12 @@ 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="faun"
|
||||
VERSION="0.1.3"
|
||||
VERSION="0.1.5"
|
||||
HOMEPAGE="https://github.com/WickedSmoke/faun/"
|
||||
DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.3/faun-0.1.3.tar.gz"
|
||||
MD5SUM="4c067fc1ea0da300abaf31b85565fe6e"
|
||||
DOWNLOAD="https://github.com/WickedSmoke/faun/archive/v0.1.5/faun-0.1.5.tar.gz"
|
||||
MD5SUM="7c6bfa6354e827464a18849396b690ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue