libraries/fifechan: Fix installing to lib64.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-22 14:59:51 +12:00 committed by Willy Sudiarto Raharjo
parent e61a19ee84
commit 5cb6bbe6c1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,3 @@
Fifechan is a lightweight cross platform GUI library written in C++ specifically
designed for games. It has a small yet powerful built in set of extendable GUI
Widgets allowing users to create virtually unlimited types of widgets.
Optional dependency: SDL2_ttf

View file

@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s| lib | lib${LIBDIRSUFFIX} |" CMakeLists.txt
sed -i "s/SET(LIB_SUFFIX \"\"/SET(LIB_SUFFIX \"$LIBDIRSUFFIX\"/" CMakeLists.txt
mkdir -p build
cd build
cmake \

View file

@ -1,7 +1,7 @@
PRGNAM="fifechan"
VERSION="0.1.4"
HOMEPAGE="http://fifengine.github.io/fifechan/"
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.4.tar.gz"
HOMEPAGE="https://fifengine.github.io/fifechan/"
DOWNLOAD="https://github.com/fifengine/fifechan/archive/0.1.4/fifechan-0.1.4.tar.gz"
MD5SUM="163142907031eea0fd76bd2737afc780"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""