summaryrefslogtreecommitdiffstats
path: root/source/n/libnetfilter_log
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/libnetfilter_log')
-rwxr-xr-xsource/n/libnetfilter_log/libnetfilter_log.SlackBuild21
-rw-r--r--source/n/libnetfilter_log/slack-desc10
2 files changed, 20 insertions, 11 deletions
diff --git a/source/n/libnetfilter_log/libnetfilter_log.SlackBuild b/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
index 6b91e21bb..20fecfca3 100755
--- a/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
+++ b/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for libnetfilter_log
@@ -22,28 +22,37 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PKGNAM=libnetfilter_log
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j7 "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/source/n/libnetfilter_log/slack-desc b/source/n/libnetfilter_log/slack-desc
index 6af9c7541..42ec54ec7 100644
--- a/source/n/libnetfilter_log/slack-desc
+++ b/source/n/libnetfilter_log/slack-desc
@@ -1,17 +1,17 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
+# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
libnetfilter_log: libnetfilter_log (userspace packet logging library)
libnetfilter_log:
libnetfilter_log: libnetfilter_log is a userspace library providing interface to
-libnetfilter_log: packets that have been logged by the kernel packet filter. It is
+libnetfilter_log: packets that have been logged by the kernel packet filter. It is
libnetfilter_log: part of a system that deprecates the old syslog/dmesg based packet
-libnetfilter_log: logging. This library has been previously known as libnfnetlink_log.
+libnetfilter_log: logging. This library has been previously known as libnfnetlink_log.
libnetfilter_log:
libnetfilter_log: Homepage: http://www.netfilter.org/projects/libnetfilter_log/
libnetfilter_log: