development/gnustep-base: Updated for version 1.25.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
fd62102a7b
commit
2632267746
|
@ -1,10 +1,11 @@
|
|||
GNUstep is a free, object-oriented, cross-platform development environment
|
||||
that strives for simplicity and elegance. GNUstep is based on and completely
|
||||
compatible with the OpenStep specification developed by NeXT (now Apple
|
||||
Computer Inc.) as well as implementing the extensions added by Apple in the
|
||||
form of Cocoa.
|
||||
GNUstep is a free, object-oriented, cross-platform development
|
||||
environment that strives for simplicity and elegance. GNUstep is based
|
||||
on and completely compatible with the OpenStep specification developed
|
||||
by NeXT (now Apple Computer Inc.) as well as implementing the
|
||||
extensions added by Apple in the form of Cocoa.
|
||||
|
||||
This package contains GNUstep-base component of the core libraries needed to
|
||||
write non-graphic tools in Objective-C. It includes all of the classes
|
||||
necessary for writing an incredible array of tools, from wrappers for system
|
||||
tools to tools for communicating with web and other types of servers.
|
||||
This package contains GNUstep-base component of the core libraries
|
||||
needed to write non-graphic tools in Objective-C. It includes all of
|
||||
the classes necessary for writing an incredible array of tools, from
|
||||
wrappers for system tools to tools for communicating with web and other
|
||||
types of servers.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gnustep-base
|
||||
#
|
||||
# Copyright 2013 Christopher Walker Copperas Cove, TX
|
||||
# Copyright 2013-2018 Chris Walker Kempner, TX
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gnustep-base
|
||||
VERSION=${VERSION:-1.24.3}
|
||||
VERSION=${VERSION:-1.25.0}
|
||||
BUILD=${BUILD:-1}
|
||||
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
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
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"
|
||||
|
@ -69,23 +69,22 @@ 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 {} \;
|
||||
|
||||
. /usr/share/GNUstep/Makefiles/GNUstep-reset.sh
|
||||
. /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc \
|
||||
--enable-ffcall \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries
|
||||
chmod -R go-w $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries
|
||||
chown -R root:root $PKG/usr/lib/GNUstep/Libraries
|
||||
chmod -R go-w $PKG/usr/lib/GNUstep/Libraries
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnustep-base"
|
||||
VERSION="1.24.3"
|
||||
VERSION="1.25.0"
|
||||
HOMEPAGE="http://www.gnustep.org"
|
||||
DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.24.3.tar.gz"
|
||||
MD5SUM="57923f238d6af2cac8bda232e2284dd4"
|
||||
DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.25.0.tar.gz"
|
||||
MD5SUM="f968ab0a43ac59f14dabeb6b66476806"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnustep-make"
|
||||
MAINTAINER="Christopher Walker"
|
||||
MAINTAINER="Chris Walker"
|
||||
EMAIL="kris240376@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue