# Slackware build script for dart-sass
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for dumptorrent
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2015-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
-# Use parallel building if possible
-if [ -z "$NUMJOBS" ]; then
- NUMJOBS=$(nproc)
-fi
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-make -j${NUMJOBS} dumptorrent CFLAGS="${SLKCFLAGS}"
+make dumptorrent CFLAGS="${SLKCFLAGS}"
# There's no 'install' target and no documentation, so we just copy the binary
# to a correct location and package it.
# Slackware build script for dart-sass
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Create and package the man page
mkdir -p $PKG/usr/man/man1
-/usr/bin/pod2man < fdpowermon | gzip -9 -c > $PKG/usr/man/man1/fdpowermon.1.gz
-
+pod2man < fdpowermon | gzip -9 -c > $PKG/usr/man/man1/fdpowermon.1.gz
# Copy the slack-desc into ./install
mkdir -p $PKG/install
# Slackware build script for gxkb
# Copyright 2015-21 NK
-# Copyright 2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2024-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
-# Use parallel building if possible
-if [ -z "$NUMJOBS" ]; then
- NUMJOBS=$(nproc)
-fi
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
--build=$ARCH-slackware-linux \
--enable-appindicator=no
-make -j${NUMJOBS}
+make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
# Slackware build script for pyotherside
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
-# Use parallel building if possible
-if [ -z "$NUMJOBS" ]; then
- NUMJOBS=$(nproc)
-fi
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
qmake
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-make -j${NUMJOBS}
+make
make install INSTALL_ROOT=$PKG
rm -rf $PKG/usr/tests
# Slackware build script for pyscard
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for python-fido2
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for saflashplayer-legacy
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2024-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for saflashplayer
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2015-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for shadowsocks-rust
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for yubikey-manager-qt
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
TAG=${TAG:-fsleg}
PKGTYPE=${PKGTYPE:-txz}
-# Use parallel building if possible
-if [ -z "$NUMJOBS" ]; then
- NUMJOBS=$(nproc)
-fi
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
qmake
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-make -j${NUMJOBS}
+make
make install INSTALL_ROOT=$PKG
# Strip binaries and libraries
# Slackware build script for yubikey-manager
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# Slackware build script for yubioath-desktop
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is