diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-04 12:24:53 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-04 12:24:53 +0000 |
commit | 25de2193e761785a996ec2579a61d966c53eec9b (patch) | |
tree | ce0d122377d0a7d5a98a28f58a71c63ffb53d638 /dev-util/gnustep-make | |
parent | html documentation no longer gzipped (diff) | |
download | gentoo-2-25de2193e761785a996ec2579a61d966c53eec9b.tar.gz gentoo-2-25de2193e761785a996ec2579a61d966c53eec9b.tar.bz2 gentoo-2-25de2193e761785a996ec2579a61d966c53eec9b.zip |
added version 1.3.3 - using this build instead of the 1.2.1 build for
the default gnustep environment - updated dependancies
Diffstat (limited to 'dev-util/gnustep-make')
-rw-r--r-- | dev-util/gnustep-make/files/digest-gnustep-make-1.3.3 | 1 | ||||
-rw-r--r-- | dev-util/gnustep-make/gnustep-make-1.2.1.ebuild | 11 | ||||
-rw-r--r-- | dev-util/gnustep-make/gnustep-make-1.3.3.ebuild | 136 |
3 files changed, 144 insertions, 4 deletions
diff --git a/dev-util/gnustep-make/files/digest-gnustep-make-1.3.3 b/dev-util/gnustep-make/files/digest-gnustep-make-1.3.3 new file mode 100644 index 000000000000..2e0d16664688 --- /dev/null +++ b/dev-util/gnustep-make/files/digest-gnustep-make-1.3.3 @@ -0,0 +1 @@ +MD5 7b158f7493bfc5b368f8643c880258dc gnustep-make-1.3.3.tar.gz 310385 diff --git a/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild b/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild index 594e97426897..e3e00740b7c2 100644 --- a/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild +++ b/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Nick Hadaway <raker@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild,v 1.1 2002/07/04 06:16:08 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild,v 1.2 2002/07/04 12:24:53 raker Exp $ -DESCRIPTION="GNUstep makefile package" +DESCRIPTION="GNUstep makefile package (stable)" HOMEPAGE="http://www.gnustep.org" LICENSE="LGPL" DEPEND="virtual/glibc >=sys-devel/gcc-3.1 >=dev-libs/ffcall-1.8d - >=dev-libs/libxml2-2.4.22 + >=dev-libs/gmp-3.1.1 + >=dev-util/guile-1.4 >=dev-libs/openssl-0.9.6d - >=media-libs/tiff-3.5.7-r1" + >=media-libs/tiff-3.5.7-r1 + >=dev-libs/libxml2-2.4.22 + >=x11-wm/WindowMaker-0.80.1" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" src_compile() { diff --git a/dev-util/gnustep-make/gnustep-make-1.3.3.ebuild b/dev-util/gnustep-make/gnustep-make-1.3.3.ebuild new file mode 100644 index 000000000000..32865602bc0d --- /dev/null +++ b/dev-util/gnustep-make/gnustep-make-1.3.3.ebuild @@ -0,0 +1,136 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# Author Nick Hadaway <raker@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.3.3.ebuild,v 1.1 2002/07/04 12:24:53 raker Exp $ + +DESCRIPTION="GNUstep makefile package (unstable)" +HOMEPAGE="http://www.gnustep.org" +LICENSE="LGPL" +DEPEND="virtual/glibc + >=sys-devel/gcc-3.1 + >=dev-libs/ffcall-1.8d + >=dev-libs/gmp-3.1.1 + >=dev-util/guile-1.4 + >=dev-libs/openssl-0.9.6d + >=media-libs/tiff-3.5.7-r1 + >=dev-libs/libxml2-2.4.22 + >=x11-wm/WindowMaker-0.80.1" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" + +src_compile() { + ./configure \ + --host=${CHOST} || die "./configure failed" + emake || die +} + +src_install () { + mkdir -p ${D}/usr/GNUstep/System \ + ${D}/usr/GNUstep/System/Makefiles \ + ${D}/usr/GNUstep/System/Makefiles/ix86 \ + ${D}/usr/GNUstep/System/Makefiles/ix86/linux-gnu \ + ${D}/usr/GNUstep/System/Makefiles/Additional \ + ${D}/usr/GNUstep/System/Makefiles/Master \ + ${D}/usr/GNUstep/System/Makefiles/Instance \ + ${D}/usr/GNUstep/System/Makefiles/Instance/Shared \ + ${D}usr/GNUstep/System/Tools \ + ${D}usr/GNUstep/System/share \ + ${D}usr/GNUstep/System/Applications \ + ${D}/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ + ${D}/usr/GNUstep/System/Libraries/Resources \ + ${D}/usr/GNUstep/System/Libraries/Java \ + ${D}/usr/GNUstep/System/Headers/ix86/linux-gnu \ + ${D}/usr/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu \ + ${D}/usr/GNUstep/System/Tools/Java \ + ${D}/usr/GNUstep/System/Library/Bundles \ + ${D}/usr/GNUstep/System/Library/Colors \ + ${D}/usr/GNUstep/System/Library/Frameworks \ + ${D}/usr/GNUstep/System/Library/PostScript \ + ${D}/usr/GNUstep/System/Library/Services \ + ${D}/usr/GNUstep/System/Documentation/Developer \ + ${D}/usr/GNUstep/System/Documentation/User \ + ${D}/usr/GNUstep/System/Documentation/info \ + ${D}/usr/GNUstep/System/Documentation/man \ + ${D}/usr/GNUstep/System/Developer/Palettes \ + ${D}/usr/GNUstep/Local/Applications \ + ${D}/usr/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ + ${D}/usr/GNUstep/Local/Libraries/Resources \ + ${D}/usr/GNUstep/Local/Libraries/Java \ + ${D}/usr/GNUstep/Local/Headers/ix86/linux-gnu \ + ${D}/usr/GNUstep/Local/Tools/ix86/linux-gnu/gnu-gnu-gnu \ + ${D}/usr/GNUstep/Local/Tools/Java \ + ${D}/usr/GNUstep/Local/Library/Bundles \ + ${D}/usr/GNUstep/Local/Library/Colors \ + ${D}/usr/GNUstep/Local/Library/Frameworks \ + ${D}/usr/GNUstep/Local/Library/PostScript \ + ${D}/usr/GNUstep/Local/Library/Services \ + ${D}/usr/GNUstep/Local/Documentation/Developer \ + ${D}/usr/GNUstep/Local/Documentation/User \ + ${D}/usr/GNUstep/Local/Developer/Palettes \ + ${D}/usr/GNUstep/Local/Users \ + ${D}/usr/GNUstep/Local/Users/Administrator \ + ${D}/usr/GNUstep/Network + + insinto /usr/GNUstep/System/Makefiles/ix86/linux-gnu + insopts -m 755 + doins which_lib user_home + + insinto /usr/GNUstep/System/Makefiles + insopts -m 755 + doins config.guess config.sub install-sh mkinstalldirs \ + clean_cpu.sh clean_os.sh clean_vendor.sh cpu.sh \ + ld_lib_path.sh os.sh transform_paths.sh vendor.sh \ + ld_lib_path.csh fixpath.sh relative_path.sh \ + GNUstep.sh GNUstep-reset.sh GNUstep.csh + + insinto /usr/GNUstep/System/Tools + insopts -m 755 + doins openapp debugapp opentool + + insinto /usr/GNUstep/System/Makefiles + insopts -m 644 + doins aggregate.make application.make bundle.make service.make \ + common.make library-combo.make java.make jni.make \ + library.make rules.make target.make names.make \ + resource-set.make tool.make ctool.make test-library.make \ + objc.make test-application.make test-tool.make \ + subproject.make palette.make gswapp.make gswbundle.make \ + clibrary.make documentation.make java-executable.template \ + java-tool.make framework.make spec-rules.template \ + spec-debug-rules.template spec-debug-alone-rules.template \ + executable.template + + cd ./Master + insinto /usr/GNUstep/System/Makefiles/Master + insopts -m 644 + doins aggregate.make source-distribution.make rpm.make rules.make \ + application.make bundle.make clibrary.make ctool.make \ + documentation.make framework.make gswapp.make \ + gswbundle.make library.make objc.make java.make \ + java-tool.make palette.make resource-set.make service.make \ + subproject.make test-application.make test-library.make \ + test-tool.make tool.make + + cd ../Instance + insinto /usr/GNUstep/System/Makefiles/Instance + insopts -m 644 + doins rules.make application.make bundle.make clibrary.make \ + ctool.make documentation.make framework.make gswapp.make \ + gswbundle.make library.make objc.make java.make \ + java-tool.make palette.make resource-set.make service.make \ + subproject.make test-application.make test-library.make \ + test-tool.make tool.make + + cd ./Shared + insinto /usr/GNUstep/System/Makefiles/Instance/Shared + insopts -m 644 + doins bundle.make headers.make java.make + + cd ../../ + insinto /usr/GNUstep/System/share + insopts -m 644 + doins config.site + + insinto /usr/GNUstep/System/Makefiles/ix86/linux-gnu + insopts -m 644 + doins config.make +} |