summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-17 19:55:16 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-17 19:55:16 +0000
commit734a05ac38b2d3349990f752049b89f100dec898 (patch)
tree40d9fc8b208e371715f2d4bc5beb31f4da3766f4 /profiles/build
parentAdded thanks (diff)
downloadgentoo-2-734a05ac38b2d3349990f752049b89f100dec898.tar.gz
gentoo-2-734a05ac38b2d3349990f752049b89f100dec898.tar.bz2
gentoo-2-734a05ac38b2d3349990f752049b89f100dec898.zip
A profile for the build system
Diffstat (limited to 'profiles/build')
-rw-r--r--profiles/build/make.defaults46
-rw-r--r--profiles/build/packages28
-rw-r--r--profiles/build/virtuals11
3 files changed, 85 insertions, 0 deletions
diff --git a/profiles/build/make.defaults b/profiles/build/make.defaults
new file mode 100644
index 000000000000..2a2bde173cf6
--- /dev/null
+++ b/profiles/build/make.defaults
@@ -0,0 +1,46 @@
+# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
+# System-wide defaults for the Portage system
+
+#proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY
+#PROXY=freebox.gentoo.org:3128
+#HTTP_PROXY=
+#FTP_PROXY=
+GENTOO_MIRRORS="ftp://ftp.ibiblio.org/pub/Linux"
+
+# Host-type
+CHOST=i486-pc-linux-gnu
+
+PORTAGE_TMPDIR=/tmp
+# Directory used for the build process
+BUILD_PREFIX=${PORTAGE_TMPDIR}/portage
+PKG_TMPDIR=${PORTAGE_TMPDIR}/portage-pkg
+
+PORTDIR=/usr/portage
+DISTDIR=${PORTDIR}/distfiles
+PKGDIR=${PORTDIR}/packages
+RPMDIR=${PORTDIR}/rpm
+CURRENTFILE=${PORTDIR}/current-packages.rc4
+PLATFORM=$CHOST
+
+# Options passed to make during the build process
+MAKEOPTS="-j2"
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${x} -P \${DISTDIR}"
+#For Prozilla (really rocks):
+#FETCHCOMMAND="/usr/bin/proz -s \${x} -P \${DISTDIR}"
+
+# Global configure options
+#USE="gnome bonobo gtk X qt kde qtmt motif mozilla"
+#USE="3dnow mmx sse mitshm"
+#USE="nas esd alsa lcms opengl"
+#USE="berkdb gdbm readline libg++ gpm tcpd slang libwww pam"
+#USE="nls"
+#USE="ssl postgres mysql ldap odbc"
+#USE="tex"
+USE="build"
+# C Compiler flags
+CFLAGS="-m486 -march=i486 -O2"
+# C++ Compiler flags
+CXXFLAGS="-m486 -march=i486 -O2"
+#DEBUG=true
diff --git a/profiles/build/packages b/profiles/build/packages
new file mode 100644
index 000000000000..593432f60dc8
--- /dev/null
+++ b/profiles/build/packages
@@ -0,0 +1,28 @@
+sys-libs/glibc
+sys-apps/baselayout
+sys-apps/bash
+sys-apps/bzip2
+sys-apps/debianutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/fileutils
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-apps/gzip
+sys-apps/portage
+sys-apps/sed
+sys-apps/sh-utils
+sys-apps/sharutils
+sys-apps/tar
+sys-apps/textutils
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/make
+sys-devel/patch
+sys-devel/spython
+
+
+
diff --git a/profiles/build/virtuals b/profiles/build/virtuals
new file mode 100644
index 000000000000..8b29d98b2360
--- /dev/null
+++ b/profiles/build/virtuals
@@ -0,0 +1,11 @@
+virtual/kde-i18n kde-base/kde-i18n
+virtual/lpr net-print/cups
+virtual/python dev-lang/python
+virtual/x11-web-browser net-www/netscape
+virtual/mta net-mail/exim
+virtual/alsa sys-kernel/linux
+virtual/bash sys-apps/bash
+virtual/kernel sys-kernel/linux
+virtual/glibc sys-libs/glibc
+virtual/x11 x11-base/xfree
+