Sync .SlackBuilds with template.
This commit is contained in:
parent
cfcc65db55
commit
c029d8604e
5 changed files with 17 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.6.10
|
# Version: 0.6.11
|
||||||
# Copyright (c) 2005-2022:
|
# Copyright (c) 2005-2022:
|
||||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# Licensed under the terms of the GNU General Public License version 3.
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
|
|
@ -197,9 +197,9 @@ rm -rf "$BUILD_WORKDIR/$PKG_NAME-$PKG_VERSION" || die "Failed to clear cpam home
|
||||||
die "Failed to correct source directory permissions"; }
|
die "Failed to correct source directory permissions"; }
|
||||||
|
|
||||||
# Standard ./configure options.
|
# Standard ./configure options.
|
||||||
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=\"$BUILD_ALTCC\"}" "${BUILD_ALTCXX:+CXX=\"$BUILD_ALTCXX\"}" "--prefix=\"$BUILD_PREFIX\""
|
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=$BUILD_ALTCC}" "${BUILD_ALTCXX:+CXX=$BUILD_ALTCXX}" "--prefix=$BUILD_PREFIX"
|
||||||
"--libdir=\"$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX\"" "--sysconfdir=\"/etc/$PKG_NAME\"" "--localstatedir=/var" "--mandir=\"$BUILD_PREFIX/man\""
|
"--libdir=$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX" "--sysconfdir=/etc/$PKG_NAME" "--localstatedir=/var" "--mandir=$BUILD_PREFIX/man"
|
||||||
"--infodir=\"$BUILD_PREFIX/info\"" "--build=\"$PKG_ARCH-slackware-linux\"" "--enable-shared" "--disable-static")
|
"--infodir=$BUILD_PREFIX/info" "--build=$PKG_ARCH-slackware-linux" "--enable-shared" "--disable-static")
|
||||||
|
|
||||||
# Use vendor_perl as site_perl doesn't seem to be in the default @INC in Slackware.
|
# Use vendor_perl as site_perl doesn't seem to be in the default @INC in Slackware.
|
||||||
LOCATION="vendor"
|
LOCATION="vendor"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.6.10
|
# Version: 0.6.11
|
||||||
# Copyright (c) 2005-2022:
|
# Copyright (c) 2005-2022:
|
||||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# Licensed under the terms of the GNU General Public License version 3.
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
|
|
@ -196,9 +196,9 @@ rm -rf "$BUILD_ROOT" && mkdir -m 755 "$BUILD_ROOT" || die "Failed to clear build
|
||||||
die "Failed to correct source directory permissions"; }
|
die "Failed to correct source directory permissions"; }
|
||||||
|
|
||||||
# Standard ./configure options.
|
# Standard ./configure options.
|
||||||
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=\"$BUILD_ALTCC\"}" "${BUILD_ALTCXX:+CXX=\"$BUILD_ALTCXX\"}" "--prefix=\"$BUILD_PREFIX\""
|
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=$BUILD_ALTCC}" "${BUILD_ALTCXX:+CXX=$BUILD_ALTCXX}" "--prefix=$BUILD_PREFIX"
|
||||||
"--libdir=\"$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX\"" "--sysconfdir=\"/etc/$PKG_NAME\"" "--localstatedir=/var" "--mandir=\"$BUILD_PREFIX/man\""
|
"--libdir=$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX" "--sysconfdir=/etc/$PKG_NAME" "--localstatedir=/var" "--mandir=$BUILD_PREFIX/man"
|
||||||
"--infodir=\"$BUILD_PREFIX/info\"" "--build=\"$PKG_ARCH-slackware-linux\"" "--enable-shared" "--disable-static")
|
"--infodir=$BUILD_PREFIX/info" "--build=$PKG_ARCH-slackware-linux" "--enable-shared" "--disable-static")
|
||||||
|
|
||||||
# Process each of the sources.
|
# Process each of the sources.
|
||||||
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.6.10
|
# Version: 0.6.11
|
||||||
# Copyright (c) 2005-2022:
|
# Copyright (c) 2005-2022:
|
||||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# Licensed under the terms of the GNU General Public License version 3.
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
|
|
@ -196,9 +196,9 @@ rm -rf "$BUILD_ROOT" && mkdir -m 755 "$BUILD_ROOT" || die "Failed to clear build
|
||||||
die "Failed to correct source directory permissions"; }
|
die "Failed to correct source directory permissions"; }
|
||||||
|
|
||||||
# Standard ./configure options.
|
# Standard ./configure options.
|
||||||
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=\"$BUILD_ALTCC\"}" "${BUILD_ALTCXX:+CXX=\"$BUILD_ALTCXX\"}" "--prefix=\"$BUILD_PREFIX\""
|
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=$BUILD_ALTCC}" "${BUILD_ALTCXX:+CXX=$BUILD_ALTCXX}" "--prefix=$BUILD_PREFIX"
|
||||||
"--libdir=\"$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX\"" "--sysconfdir=\"/etc/$PKG_NAME\"" "--localstatedir=/var" "--mandir=\"$BUILD_PREFIX/man\""
|
"--libdir=$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX" "--sysconfdir=/etc/$PKG_NAME" "--localstatedir=/var" "--mandir=$BUILD_PREFIX/man"
|
||||||
"--infodir=\"$BUILD_PREFIX/info\"" "--build=\"$PKG_ARCH-slackware-linux\"" "--enable-shared" "--disable-static")
|
"--infodir=$BUILD_PREFIX/info" "--build=$PKG_ARCH-slackware-linux" "--enable-shared" "--disable-static")
|
||||||
|
|
||||||
# Process each of the sources.
|
# Process each of the sources.
|
||||||
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.6.10
|
# Version: 0.6.11
|
||||||
# Copyright (c) 2005-2022:
|
# Copyright (c) 2005-2022:
|
||||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# Licensed under the terms of the GNU General Public License version 3.
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
|
|
@ -196,9 +196,9 @@ rm -rf "$BUILD_ROOT" && mkdir -m 755 "$BUILD_ROOT" || die "Failed to clear build
|
||||||
die "Failed to correct source directory permissions"; }
|
die "Failed to correct source directory permissions"; }
|
||||||
|
|
||||||
# Standard ./configure options.
|
# Standard ./configure options.
|
||||||
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=\"$BUILD_ALTCC\"}" "${BUILD_ALTCXX:+CXX=\"$BUILD_ALTCXX\"}" "--prefix=\"$BUILD_PREFIX\""
|
CONFIGURE_OPTS=("${BUILD_ALTCC:+CC=$BUILD_ALTCC}" "${BUILD_ALTCXX:+CXX=$BUILD_ALTCXX}" "--prefix=$BUILD_PREFIX"
|
||||||
"--libdir=\"$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX\"" "--sysconfdir=\"/etc/$PKG_NAME\"" "--localstatedir=/var" "--mandir=\"$BUILD_PREFIX/man\""
|
"--libdir=$BUILD_PREFIX/lib$BUILD_LIBDIRSUFFIX" "--sysconfdir=/etc/$PKG_NAME" "--localstatedir=/var" "--mandir=$BUILD_PREFIX/man"
|
||||||
"--infodir=\"$BUILD_PREFIX/info\"" "--build=\"$PKG_ARCH-slackware-linux\"" "--enable-shared" "--disable-static")
|
"--infodir=$BUILD_PREFIX/info" "--build=$PKG_ARCH-slackware-linux" "--enable-shared" "--disable-static")
|
||||||
|
|
||||||
# Process each of the sources.
|
# Process each of the sources.
|
||||||
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
for ((I = 0; I < ${#SRC_DIRNAMES[@]}; I++)); do
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.6.10
|
# Version: 0.6.11
|
||||||
# Copyright (c) 2005-2022:
|
# Copyright (c) 2005-2022:
|
||||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# Licensed under the terms of the GNU General Public License version 3.
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue