From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- Build/profile/build.conf.slackware64 | 66 ++++++++++++++++++++++++++++++++++ Build/profile/build.conf.tightware | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 Build/profile/build.conf.slackware64 create mode 100644 Build/profile/build.conf.tightware (limited to 'Build/profile') 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 -- cgit v1.2.3-70-g09d2