diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:50:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-08 08:54:37 +0700 |
commit | dccf025d34548bd69c59e611bc6ee67f37e9d702 (patch) | |
tree | ce020572a993f634b904846a2c725f92c10d5a9f /system/dget | |
parent | 5ad06ed4f587eb5e3f1fbb732dd83e5b1845891d (diff) |
system/dget: Updated source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dget')
-rw-r--r-- | system/dget/dget.SlackBuild | 14 | ||||
-rw-r--r-- | system/dget/dget.info | 8 |
2 files changed, 5 insertions, 17 deletions
diff --git a/system/dget/dget.SlackBuild b/system/dget/dget.SlackBuild index 37cb28fa8a..acc3e1cfcc 100644 --- a/system/dget/dget.SlackBuild +++ b/system/dget/dget.SlackBuild @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -51,20 +48,11 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" BITS="i386" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" BITS="i386" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" BITS="amd64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e @@ -76,7 +64,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION -ar p $CWD/${SRCNAM}_${VERSION}_${BITS}.deb data.tar.xz | tar xvJ -C $PRGNAM-$VERSION +ar p $CWD/${SRCNAM}_${VERSION}+deb12u1_${BITS}.deb data.tar.xz | tar xvJ -C $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/dget/dget.info b/system/dget/dget.info index bb4c79b51f..8ab1ae4b74 100644 --- a/system/dget/dget.info +++ b/system/dget/dget.info @@ -1,10 +1,10 @@ PRGNAM="dget" VERSION="2.23.4" HOMEPAGE="https://goo.gl/mr1Uz3" -DOWNLOAD="http://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4_i386.deb" -MD5SUM="d121430038cd22f5987c1dc433e39ffd" -DOWNLOAD_x86_64="http://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4_amd64.deb" -MD5SUM_x86_64="97bd20212c18db5721d4bfa72c78a0ff" +DOWNLOAD="https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4+deb12u1_i386.deb" +MD5SUM="b15ef0c8d478a011b375a3bff0c72106" +DOWNLOAD_x86_64="https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4+deb12u1_amd64.deb" +MD5SUM_x86_64="f31f18c5479234357b5078300eb4bd22" REQUIRES="dpkg" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |