development/gnustep-base: Updated for version 1.25.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d4fbed7b02
commit
761f5387b3
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gnustep-base
|
||||
VERSION=${VERSION:-1.25.0}
|
||||
VERSION=${VERSION:-1.25.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,8 +83,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
chown -R root:root $PKG/usr/lib/GNUstep/Libraries
|
||||
chmod -R go-w $PKG/usr/lib/GNUstep/Libraries
|
||||
chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries
|
||||
chmod -R go-w $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnustep-base"
|
||||
VERSION="1.25.0"
|
||||
VERSION="1.25.1"
|
||||
HOMEPAGE="http://www.gnustep.org"
|
||||
DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.25.0.tar.gz"
|
||||
MD5SUM="f968ab0a43ac59f14dabeb6b66476806"
|
||||
DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.25.1.tar.gz"
|
||||
MD5SUM="757130f80a31e9ee30d8c2b83b0c226a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnustep-make"
|
||||
|
|
Loading…
Reference in New Issue