summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-05-27 22:26:40 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-27 22:26:40 +0000
commitfcb68207d5a2ef44ad8c385c2e399f3814de53d0 (patch)
treeb0ad05015000927cc0b1cef700e0d7e082656f95 /libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild
parent7dba43f1e4c059ae5e8da249f65b673bb6d8c2e5 (diff)
downloadasb-fcb68207d5a2ef44ad8c385c2e399f3814de53d0.tar.gz
asb-fcb68207d5a2ef44ad8c385c2e399f3814de53d0.tar.xz
libtorrent-rasterbar12: renamed from libtorrent-rasterbar
Diffstat (limited to 'libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild
index bc940d7a..86b2a07c 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar12.SlackBuild
@@ -25,7 +25,7 @@
# Slackware SlackBuild script
# ===========================
# By: Eric Hameleers <alien@slackware.com>
-# For: libtorrent-rasterbar
+# For: libtorrent-rasterbar12
# Descr: a bittorrent C++ library
# URL: http://www.rasterbar.com/products/libtorrent
# Needs:
@@ -107,7 +107,7 @@
# 1.2.14-1: 21/nov/2021 by Eric Hameleers <alien@slackware.com>
# * Updated to accompany qbittorrent-4.3.9 in -current.
#
-# Run 'sh libtorrent-rasterbar.SlackBuild' to build a Slackware package.
+# Run 'sh libtorrent-rasterbar12.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
# Install it using 'installpkg'.
#
@@ -116,7 +116,7 @@
# Set initial variables:
SRCNAM=libtorrent
-PRGNAM=${SRCNAM}-rasterbar
+PRGNAM=${SRCNAM}-rasterbar12
VERSION=${VERSION:-1.2.14}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -282,7 +282,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Add a package description:
mkdir -p $PKG/install
-cat $SRCDIR/slack-desc > $PKG/install/slack-desc
+cat $SRCDIR/slack-desc12 > $PKG/install/slack-desc
# Build the package:
cd $PKG