summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/l/orc
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2018-03-22 09:40:49 +0100
committerAdrien Nader <adrien@notk.org>2018-03-22 09:40:49 +0100
commit58d68edd30b4d91d5398393badcf7bf313d0f516 (patch)
treebcb3066878c8b6dba715155d5cd875728e8547cc /slackware64-current/source/l/orc
parentae6ffd6f1e84cf88ef5eff3298cf49d8e0cdb7c3 (diff)
Thu Mar 22 07:12:40 UTC 2018
a/kernel-firmware-20180319_44476f2-noarch-1.txz: Upgraded. a/kernel-generic-4.14.29-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.29-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.29-x86_64-1.txz: Upgraded. a/util-linux-2.32-x86_64-1.txz: Upgraded. ap/ghostscript-9.23-x86_64-1.txz: Upgraded. d/kernel-headers-4.14.29-x86-1.txz: Upgraded. d/meson-0.45.1-x86_64-1.txz: Upgraded. k/kernel-source-4.14.29-noarch-1.txz: Upgraded. l/pcre-8.42-x86_64-1.txz: Upgraded. x/mesa-17.3.7-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.1.70.0-x86_64-1.txz: Upgraded. Thanks to dugan for help updating the build script. x/xf86-input-libinput-0.27.0-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'slackware64-current/source/l/orc')
-rwxr-xr-xslackware64-current/source/l/orc/orc.SlackBuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/slackware64-current/source/l/orc/orc.SlackBuild b/slackware64-current/source/l/orc/orc.SlackBuild
index 2cebac545..ea998deb7 100755
--- a/slackware64-current/source/l/orc/orc.SlackBuild
+++ b/slackware64-current/source/l/orc/orc.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2014 Eric Hameleers, Eindhoven, NL
-# Copyright 2014, 2015 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2014, 2015, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -43,6 +43,14 @@ if [ -z "$ARCH" ]; then
export ARCH
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 "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ exit 0
+fi
+
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
SLKLDFLAGS=""
@@ -134,5 +142,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
# Create the package:
cd $PKG
-/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD$TAG.txz
+/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz