summaryrefslogtreecommitdiffstats
path: root/development/dpkg/dpkg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/dpkg/dpkg.SlackBuild')
-rw-r--r--development/dpkg/dpkg.SlackBuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/development/dpkg/dpkg.SlackBuild b/development/dpkg/dpkg.SlackBuild
index c33f6a734e..23287496ed 100644
--- a/development/dpkg/dpkg.SlackBuild
+++ b/development/dpkg/dpkg.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for dpkg.
#
-# Copyright 2016-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2009 Marco Bonetti <sid77@slackware.it>
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dpkg
-VERSION=${VERSION:-1.21.7}
+VERSION=${VERSION:-1.22.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,10 +88,18 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --enable-silent-rules \
+ --disable-compiler-warnings \
+ --disable-dselect \
--disable-devel-docs \
--disable-start-stop-daemon \
- --enable-silent-rules \
+ --disable-update-alternatives \
+ --with-libz \
+ --with-libbz2 \
+ --with-liblzma \
+ --host=$ARCH-slackware-linux \
--build=$ARCH-slackware-linux
make