summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
Diffstat (limited to 'source/a')
-rwxr-xr-xsource/a/libbytesize/libbytesize.SlackBuild2
-rwxr-xr-xsource/a/ntfs-3g/ntfs-3g.SlackBuild9
-rwxr-xr-xsource/a/tree/tree.SlackBuild8
3 files changed, 13 insertions, 6 deletions
diff --git a/source/a/libbytesize/libbytesize.SlackBuild b/source/a/libbytesize/libbytesize.SlackBuild
index 971d689fe..21765d4e3 100755
--- a/source/a/libbytesize/libbytesize.SlackBuild
+++ b/source/a/libbytesize/libbytesize.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libbytesize
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/a/ntfs-3g/ntfs-3g.SlackBuild b/source/a/ntfs-3g/ntfs-3g.SlackBuild
index eccbb903c..068743ffe 100755
--- a/source/a/ntfs-3g/ntfs-3g.SlackBuild
+++ b/source/a/ntfs-3g/ntfs-3g.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ntfs-3g
-SRCNAM=ntfs-3g_ntfsprogs
+SRCNAM=ntfs-3g
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
@@ -83,6 +83,13 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/source/a/tree/tree.SlackBuild b/source/a/tree/tree.SlackBuild
index ef41594e0..0ada3cc7c 100755
--- a/source/a/tree/tree.SlackBuild
+++ b/source/a/tree/tree.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2007-2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2007-2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tree
-VERSION=1.8.0
-BUILD=${BUILD:-3}
+VERSION=2.0.2
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -85,7 +85,7 @@ chmod 755 $PKG/usr/bin/tree
mkdir -p $PKG/usr/man/man1 $PKG/usr/man/fr/man1
gzip -9c doc/tree.1 > $PKG/usr/man/man1/tree.1.gz
-gzip -9c doc/tree.1.fr > $PKG/usr/man/fr/man1/tree.1.gz
+gzip -9c doc/tree.fr.1 > $PKG/usr/man/fr/man1/tree.1.gz
mkdir -p $PKG/usr/doc/tree-$VERSION
cp -a \