mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/iddawc: Updated for version 1.1.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0239941bf8
commit
6c379ce3d0
2 changed files with 12 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=iddawc
|
||||
VERSION=${VERSION:-1.1.8}
|
||||
VERSION=${VERSION:-1.1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC -Wno-error=maybe-uninitialized"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2 -Wno-error=maybe-uninitialized"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -89,6 +92,11 @@ cd build
|
|||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
pushd tools/idwcc/
|
||||
make
|
||||
make install DESTDIR=$PKG/usr
|
||||
popd
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="iddawc"
|
||||
VERSION="1.1.8"
|
||||
VERSION="1.1.9"
|
||||
HOMEPAGE="https://github.com/babelouest/iddawc"
|
||||
DOWNLOAD="https://github.com/babelouest/iddawc/archive/v1.1.8/iddawc-1.1.8.tar.gz"
|
||||
MD5SUM="6a5505d07f704aab1382e0a2506e6aff"
|
||||
DOWNLOAD="https://github.com/babelouest/iddawc/archive/v1.1.9/iddawc-1.1.9.tar.gz"
|
||||
MD5SUM="9df3adad70e50b3d8b4787b6b694ec5e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rhonabwy"
|
||||
|
|
Loading…
Reference in a new issue