summaryrefslogtreecommitdiffstats
path: root/graphics/fotoxx/fotoxx.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2011-01-27 03:29:51 +0100
committer Robby Workman2011-02-07 05:18:47 +0100
commite9887896efb733d68517d2c9d147629ff38b1212 (patch)
treeba8eff8e6352c7001b0dc06d62e907857fa7f57a /graphics/fotoxx/fotoxx.SlackBuild
parent923ceb938dc8c42b9f0a6b5a31d6a4f6ebefc235 (diff)
downloadslackbuilds-e9887896efb733d68517d2c9d147629ff38b1212.tar.gz
graphics/fotoxx: Updated for version 11.01.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/fotoxx/fotoxx.SlackBuild')
-rw-r--r--graphics/fotoxx/fotoxx.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/fotoxx/fotoxx.SlackBuild b/graphics/fotoxx/fotoxx.SlackBuild
index 3cdfb1319e..ffb7900706 100644
--- a/graphics/fotoxx/fotoxx.SlackBuild
+++ b/graphics/fotoxx/fotoxx.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fotoxx
-# Copyright 2010 Robby Workman, Northport, Alabama, USA
+# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fotoxx
-VERSION=10.6.1
+VERSION=11.01.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# No thanks, we'll handle the deps
+printf "#!/bin/sh\n/bin/true\n" > dependencies.sh
+
# Install the "normal" stuff and manual page
make install manpage \
CXXFLAGS="$SLKCFLAGS" \