aboutsummaryrefslogtreecommitdiff
path: root/Build/profile
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 18:48:36 +0200
committerDeposite Pirate2018-09-16 18:48:36 +0200
commitd150a5f3e462fa7fe194a805a4aa0076f4d03ab9 (patch)
treece5e44d69c5f3175bfdbd1e3717b52c5dcca5638 /Build/profile
parentf29d3519ce073ec30f99754d93304324f7f26d65 (diff)
Add ports.
Diffstat (limited to 'Build/profile')
-rw-r--r--Build/profile/build.conf.slackware6466
-rw-r--r--Build/profile/build.conf.tightware68
2 files changed, 134 insertions, 0 deletions
diff --git a/Build/profile/build.conf.slackware64 b/Build/profile/build.conf.slackware64
new file mode 100644
index 0000000..b95277a
--- /dev/null
+++ b/Build/profile/build.conf.slackware64
@@ -0,0 +1,66 @@
+# What is the name of this distro
+
+DISTRONAME="Slackware Linux"
+
+# Where to store built packages
+
+PKGREPO=/usr/src/packages
+
+# What to show
+
+DISPLAY[color]=yes
+DISPLAY[prefix]=yes
+DISPLAY[debug]=no
+
+# Compiler settings
+
+DEFAULT_SUBARCH[x86]="i586"
+DEFAULT_SUBARCH[x86_64]="x86_64"
+
+CPU_FLAGS[i386]="-march=i386 -mtune=i386"
+CPU_FLAGS[i486]="-march=i486 -mtune=i486"
+CPU_FLAGS[i586]="-march=i586 -mtune=i586"
+CPU_FLAGS[i686]="-march=i686 -mtune=i686"
+CPU_FLAGS[x86_64]=""
+DIST_FLAGS[all]="-O2 -fno-strength-reduce -fomit-frame-pointer -ffast-math"
+DIST_FLAGS[i386]="${CPU_FLAGS[i386]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i486]="${CPU_FLAGS[i486]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i586]="${CPU_FLAGS[i586]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i686]="${CPU_FLAGS[i686]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[x86_64]="${CPU_FLAGS[x86_64]} ${DIST_FLAGS[all]}"
+DEBUG_FLAGS[all]="-g"
+
+JOBS="-j 2"
+DEBUG="no"
+
+# Filesystem layout
+
+SYS_DIR[etc]="/etc"
+SYS_DIR[conf]="${SYS_DIR[etc]}/conf.d"
+SYS_DIR[dev]="/dev"
+SYS_DIR[var]="/var"
+SYS_DIR[tmp]="/var/tmp"
+SYS_DIR[run]="/run"
+SYS_DIR[usr]="/usr"
+SYS_DIR[bin]="${SYS_DIR[usr]}/bin"
+SYS_DIR[sbin]="${SYS_DIR[usr]}/sbin"
+SYS_DIR[lib]="${SYS_DIR[usr]}/lib64"
+SYS_DIR[include]="${SYS_DIR[usr]}/include"
+SYS_DIR[share]="${SYS_DIR[usr]}/share"
+SYS_DIR[doc]="${SYS_DIR[usr]}/doc"
+SYS_DIR[man]="${SYS_DIR[usr]}/man"
+SYS_DIR[info]="${SYS_DIR[usr]}/info"
+SYS_DIR[html]="${SYS_DIR[share]}/html"
+SYS_DIR[license]="${SYS_DIR[share]}/common-licenses"
+SYS_DIR[systemdsystemunitdir]="${SYS_DIR[share]}/systemd/system"
+SYS_DIR[systemdsystemscriptdir]="${SYS_DIR[share]}/systemd/scripts"
+SYS_DIR[bashcompletiondir]="${SYS_DIR[share]}/bash-completion/completions"
+
+BUILD[dir]="/var/tmp"
+
+# Common download URLs
+
+URL[sf]=http://downloads.sourceforge.net/project
+URL[gnu]=http://ftp.gnu.org/gnu
+URL[gnome]=http://ftp.gnome.org/pub/GNOME/sources
+URL[savannah]=http://download.savannah.nongnu.org/releases
diff --git a/Build/profile/build.conf.tightware b/Build/profile/build.conf.tightware
new file mode 100644
index 0000000..c2eb56c
--- /dev/null
+++ b/Build/profile/build.conf.tightware
@@ -0,0 +1,68 @@
+# What is the name of this distro
+
+DISTRONAME="Tightware GNU/Linux"
+
+# Where to store built packages
+
+PKGREPO=/usr/src/packages
+
+# What to show
+
+DISPLAY[color]=yes
+DISPLAY[prefix]=yes
+DISPLAY[debug]=no
+
+# Compiler settings
+
+DEFAULT_SUBARCH[x86]="i586"
+DEFAULT_SUBARCH[x86_64]="x86_64"
+
+CPU_FLAGS[i386]="-march=i386 -mtune=i386"
+CPU_FLAGS[i486]="-march=i486 -mtune=i486"
+CPU_FLAGS[i586]="-march=i586 -mtune=i586"
+CPU_FLAGS[i686]="-march=i686 -mtune=i686"
+CPU_FLAGS[x86_64]=""
+DIST_FLAGS[all]="-O2 -fno-strength-reduce -fomit-frame-pointer -ffast-math"
+DIST_FLAGS[i386]="${CPU_FLAGS[i386]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i486]="${CPU_FLAGS[i486]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i586]="${CPU_FLAGS[i586]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[i686]="${CPU_FLAGS[i686]} ${DIST_FLAGS[all]}"
+DIST_FLAGS[x86_64]="${CPU_FLAGS[x86_64]} ${DIST_FLAGS[all]}"
+DEBUG_FLAGS[all]="-g"
+
+JOBS="-j 2"
+DEBUG="no"
+
+# Filesystem layout
+
+SYS_DIR[etc]="/etc"
+SYS_DIR[conf]="${SYS_DIR[etc]}/conf.d"
+SYS_DIR[dev]="/dev"
+SYS_DIR[var]="/var"
+SYS_DIR[tmp]="/tmp"
+SYS_DIR[run]="/run"
+SYS_DIR[usr]="/usr"
+SYS_DIR[bin]="${SYS_DIR[usr]}/bin"
+SYS_DIR[sbin]="${SYS_DIR[usr]}/sbin"
+SYS_DIR[lib]="${SYS_DIR[usr]}/lib"
+SYS_DIR[include]="${SYS_DIR[usr]}/include"
+SYS_DIR[share]="${SYS_DIR[usr]}/share"
+SYS_DIR[doc]="${SYS_DIR[share]}/doc"
+SYS_DIR[man]="${SYS_DIR[share]}/man"
+SYS_DIR[info]="${SYS_DIR[share]}/info"
+SYS_DIR[html]="${SYS_DIR[share]}/html"
+SYS_DIR[license]="${SYS_DIR[share]}/common-licenses"
+SYS_DIR[udevrules]="${SYS_DIR[lib]}/data/udev/rules"
+SYS_DIR[udevscripts]="${SYS_DIR[lib]}/exec/udev"
+SYS_DIR[systemdsystemunitdir]="${SYS_DIR[share]}/systemd/system"
+SYS_DIR[systemdsystemscriptdir]="${SYS_DIR[share]}/systemd/scripts"
+SYS_DIR[bashcompletiondir]="${SYS_DIR[share]}/bash-completion/completions"
+
+BUILD[dir]="/var/tmp"
+
+# Common download URLs
+
+URL[sf]=http://downloads.sourceforge.net/project
+URL[gnu]=http://ftp.gnu.org/gnu
+URL[gnome]=http://ftp.gnome.org/pub/GNOME/sources
+URL[savannah]=http://download.savannah.nongnu.org/releases