Skip to content

Commit

Permalink
gnustep-make: updated to version 2.2.0
Browse files Browse the repository at this point in the history
updated in the attempt to solve Addresses part of BugReport 247

Note: downloads, compiles and installs OK,
      but otherwise untested - engelsman
  • Loading branch information
Duncan Gibson committed Jul 6, 2009
1 parent bf563a2 commit 4ab1b3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion gnustep/gnustep-make/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(
./configure --prefix=/opt/lunar/gnustep/1/ $OPTS &&
./configure --prefix=/opt/lunar/gnustep/1/ \
--enable-native-objc-exceptions \
--with-layout=gnustep \
$OPTS &&
default_make
) 2>&1 > $C_FIFO
11 changes: 8 additions & 3 deletions gnustep/gnustep-make/DETAILS
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
MODULE=gnustep-make
VERSION=2.0.0
VERSION=2.2.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
SOURCE_VFY=sha1:cf99c0bf388f54cfeca2d8b1d6446703878548cc
SOURCE_VFY=sha1:35654bab0a6576084e486e062e7e42603026509d
WEB_SITE=http://www.gnustep.org
ENTERED=20021225
UPDATED=20070418
UPDATED=20090704
SHORT="Powerful and extensible way to write GNUstep makefiles"

cat << EOF
GNUstep-make allows the user to write a project without having to
deal with the complex issues associated with configuration, building,
installation, and packaging. It also allows the user to easily create
cross-compiled binaries.

Note: you will need to have built gcc with the Objective-C option
to be able to build GNUstep modules. These modules have been built
according to http://gnustep.made-it.com/BuildGuide/ but are untested.
You will also need to customise the GNUstep environment before use.
EOF

0 comments on commit 4ab1b3a

Please sign in to comment.