summaryrefslogtreecommitdiffstats
path: root/graphics/dcraw
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dcraw')
-rw-r--r--graphics/dcraw/dcraw.SlackBuild17
-rw-r--r--graphics/dcraw/dcraw.info4
-rw-r--r--graphics/dcraw/slack-desc2
3 files changed, 16 insertions, 7 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild
index 8f30f4a25d..daf472dd5b 100644
--- a/graphics/dcraw/dcraw.SlackBuild
+++ b/graphics/dcraw/dcraw.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware Package Build Script for dcraw
# Home Page http://cybercom.net/~dcoffin/dcraw
@@ -29,10 +29,13 @@
# If you want to build the rawphoto gimp plug-in, invoke the script as:
# RAWPHOTO=yes ./dcraw.SlackBuild
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM="dcraw"
VERSION=${VERSION:-9.28.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -42,7 +45,14 @@ 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}
@@ -117,7 +127,6 @@ done
# remove any empty directories
find $PKG -depth -empty -type d -exec rmdir '{}' \;
-# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
@@ -132,4 +141,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/graphics/dcraw/dcraw.info b/graphics/dcraw/dcraw.info
index 435ee45aaa..0129c6c0c4 100644
--- a/graphics/dcraw/dcraw.info
+++ b/graphics/dcraw/dcraw.info
@@ -1,7 +1,7 @@
PRGNAM="dcraw"
VERSION="9.28.0"
-HOMEPAGE="http://cybercom.net/~dcoffin/dcraw/"
-DOWNLOAD="https://sources.voidlinux.org/dcraw-9.28.0/dcraw-9.28.0.tar.gz"
+HOMEPAGE="https://www.dechifro.org/dcraw/"
+DOWNLOAD="https://www.dechifro.org/dcraw/archive/dcraw-9.28.0.tar.gz"
MD5SUM="e89175c1a7551a70744769049a139f9b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
diff --git a/graphics/dcraw/slack-desc b/graphics/dcraw/slack-desc
index a88becc7c6..8534120aba 100644
--- a/graphics/dcraw/slack-desc
+++ b/graphics/dcraw/slack-desc
@@ -12,7 +12,7 @@ dcraw: dcraw is a command line tool to decode raw digital photos
dcraw: written by Dave Coffin. It supports many raw photo formats
dcraw: for numerous digital camera manufacturers.
dcraw:
-dcraw: Home Page: http://cybercom.net/~dcoffin/dcraw/
+dcraw: Home Page: https://www.dechifro.org/dcraw/
dcraw:
dcraw:
dcraw: