summaryrefslogtreecommitdiffstats
path: root/misc/gramps/gramps.SlackBuild
diff options
context:
space:
mode:
author Bill Kirkpatrick2012-12-12 21:21:12 +0100
committer Matteo Bernardini2012-12-15 15:13:33 +0100
commit39c473f2f664cb4d60f13f4c8e57e69cd6cc14a5 (patch)
tree27477022c704750f937b4d20a70ceb01d7a147db /misc/gramps/gramps.SlackBuild
parent1fa80c2257b55dd7f6296f91e02249de24901c04 (diff)
downloadslackbuilds-39c473f2f664cb4d60f13f4c8e57e69cd6cc14a5.tar.gz
misc/gramps: Updated for version 3.4.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/gramps/gramps.SlackBuild')
-rw-r--r--misc/gramps/gramps.SlackBuild24
1 files changed, 21 insertions, 3 deletions
diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild
index 8768866972..4856ede507 100644
--- a/misc/gramps/gramps.SlackBuild
+++ b/misc/gramps/gramps.SlackBuild
@@ -2,10 +2,28 @@
# Slackware build script for gramps
-# Written by Bill Kirkpatrick <bkirkp@gmail.com>
+# Copyright 2012 Bill Kirkpatrick USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gramps
-VERSION=${VERSION:-3.3.1}
+VERSION=${VERSION:-3.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;