mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/xforms: New maintainer
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
d745cd4a56
commit
2537ea4f11
2 changed files with 7 additions and 5 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
# Copyright 2009-2014 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
# Copyright 2019 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -29,7 +31,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -45,8 +47,8 @@ DOCFILES="ChangeLog COPYING.LIB Copyright INSTALL* README"
|
|||
DEMOFILES="*.h *.c *.xbm *.xpm *.menu .libs/*"
|
||||
DEMOFDFILES="*.h *.c *.fd *.xpm"
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="d4414c9eb3b284aa2f603a49f376ed22"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
MAINTAINER="Christoph Willing
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue