-#!/bin/sh
+#!/bin/bash
# Slackware build script for dart-sass
-# Copyright 2022 Vladislav Borisov Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM="dart-sass"
VERSION=${VERSION:-1.77.4}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOWNLOAD_x86_64="https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-linux-x64.tar.gz"
MD5SUM_x86_64="25fcb6502c283713907bb92fa81863b4"
REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
-#!/bin/sh
+#!/bin/bash
# Slackware build script for dumptorrent
-# Copyright 2015 Vladislav Borisov, Moscow, Russia
+# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM=dumptorrent
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
+
+# Use parallel building if possible
+if [ -z "$NUMJOBS" ]; then
+ NUMJOBS=$(nproc)
+fi
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-make dumptorrent CFLAGS="${SLKFLAGS}"
+make -j${NUMJOBS} dumptorrent CFLAGS="${SLKFLAGS}"
# There's no 'install' target and no documentation, so we just copy the binary
# to a correct location and package it.
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
-#!/bin/sh
+#!/bin/bash
# Slackware build script for dart-sass
-# Copyright 2022 Vladislav Borisov Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM="fdpowermon"
VERSION=${VERSION:-1.20}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
-TARNAM=$PRGNAM-$PRGNAM-$VERSION
+PKGTYPE=${PKGTYPE:-txz}
# It's a Perl script, so arch doesn't matter
ARCH="noarch"
-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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/$TARNAM.tar.gz
-cd $TARNAM
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
mkdir -p $PKG/usr/bin $PKG/etc/$PRGNAM $PKG/usr/share/icons/oxygen/base/22x22/status
cp fdpowermon $PKG/usr/bin/
cp theme.cfg $PKG/etc/$PRGNAM/
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="acpi perl-Gtk3"
-MAINTAINER="Vladislav Borisov"
-EMAIL="fsleg@t-rg.ws"
\ No newline at end of file
+MAINTAINER="Vladislav 'fsLeg' Borisov"
+EMAIL="fsleg@t-rg.ws"
# Slackware build script for gxkb
# Copyright 2015-21 NK
-# Copyright 2024 Vladislav Borisov Moscow, Russia
+# Copyright 2024 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
+make -j${NUMJOBS}
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
# Slackware build script for pyotherside
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
PRGNAM="pyotherside"
VERSION="1.6.1"
HOMEPAGE="https://thp.io/2011/pyotherside/"
-DOWNLOAD="https://github.com/thp/pyotherside/archive/1.6.1.tar.gz"
+DOWNLOAD="https://github.com/thp/pyotherside/archive/1.6.1/pyotherside-1.6.1.tar.gz"
MD5SUM="1400e7501911d9b261ea3a9b47cddd5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
# Slackware build script for pyscard
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
PRGNAM="pyscard"
VERSION="2.0.10"
HOMEPAGE="https://pyscard.sourceforge.io/"
-DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/refs/tags/2.0.10.tar.gz"
+DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/2.0.10/pyscard-2.0.10.tar.gz"
MD5SUM="96ea193949b739b6e3e7e65dbc41c4dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pcsc-lite"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
# Slackware build script for python-fido2
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cryptography python3-poetry-core"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
-#!/bin/sh
+#!/bin/bash
# Slackware build script for saflashplayer
-# Copyright 2015-2022 Vladislav Borisov Moscow, Russia
+# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM=saflashplayer
VERSION=${VERSION:-32.0.0.465}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
exit 1
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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
mkdir -p $PKG/usr/bin $PKG/usr/share/applications
mv flashplayer $PKG/usr/bin/saflashplayer.bin
cp -a $CWD/saflashplayer.sh $PKG/usr/bin/saflashplayer
-cp -a $CWD/saflashplayer.desktop $PKG/usr/share/applications
+cp -a $CWD/saflashplayer.desktop $PKG/usr/share/applications/com.adobe.flashplayer.desktop
chown -R root:root $PKG
find -L $PKG \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
Version=1.0
Type=Application
GenericName=FlashPlayer StandAlone
+Name=FlashPlayer StandAlone
Comment=Open SWF files
Exec=saflashplayer %U
Icon=flash
DOWNLOAD_x86_64="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz"
MD5SUM_x86_64="88f0b2ecf4ed6866a00b6575d5f8b596"
REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
-#!/bin/sh
+#!/bin/bash
# Slackware build script for shadowsocks-rust
-# Copyright 2022 Vladislav Borisov, Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM=shadowsocks-rust
VERSION=${VERSION:-1.19.2}
BUILD=${BUILD:-1}
TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
PRGNAM="shadowsocks-rust"
VERSION="1.19.2"
HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust"
-DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.19.2.tar.gz"
+DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.19.2/shadowsocks-rust-1.19.2.tar.gz"
MD5SUM="f400861f0b4baa14a09914cca9057710"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
# Slackware build script for yubikey-manager-qt
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yubikey-manager pyotherside"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
# Slackware build script for yubikey-manager
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ccid click python-fido2 python-keyring pyscard"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"
-#!/bin/sh
+#!/bin/bash
# Slackware build script for yubioath-desktop
-# Copyright 2023 Vladislav Borisov Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# 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)
+
PRGNAM=yubioath-desktop
TARNAM=yubico-authenticator
VERSION=${VERSION:-7.0.0}
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 "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOWNLOAD_x86_64="https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.0.0-linux.tar.gz"
MD5SUM_x86_64="f33ba1dd06e700913eb5221150484087"
REQUIRES="pcsc-lite"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
EMAIL="fsleg@t-rg.ws"