aboutsummaryrefslogtreecommitdiff
path: root/system/ZoneMinder/ZoneMinder.SlackBuild
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2012-06-21 09:57:44 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:25 -0500
commit5cb21d9d1c0773ee292cbbd60146e0f9cd88883c (patch)
tree15ad0cd1dfecf80e3474f194113908f7919e8fc4 /system/ZoneMinder/ZoneMinder.SlackBuild
parent114838e4dfcae0446df1644631bccd2437dcf27a (diff)
system/ZoneMinder: Updated to svn revision r3649
This commit also added a patch for gcc-4.7 and removed others. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/ZoneMinder.SlackBuild')
-rw-r--r--system/ZoneMinder/ZoneMinder.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/ZoneMinder/ZoneMinder.SlackBuild b/system/ZoneMinder/ZoneMinder.SlackBuild
index 39bc1cf870f23..0c25b6e4a3ec3 100644
--- a/system/ZoneMinder/ZoneMinder.SlackBuild
+++ b/system/ZoneMinder/ZoneMinder.SlackBuild
@@ -25,7 +25,7 @@
# Heavily modified by the SlackBuilds.org project 2010 --dsomero
PRGNAM=ZoneMinder
-VERSION=${VERSION:-1.24.2}
+VERSION=${VERSION:-r3649}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -156,6 +156,9 @@ cp -Rp jscalendar-$JSCALENDAR_VERSION/* $PKG$DOCROOT/tools/jscalendar
mkdir -p $PKG/usr/share/$PRGNAM/db
cp -a db/zm_create.sql db/zm_update-*.sql $PKG/usr/share/$PRGNAM/db
+# Remove other dangerous junk
+rm -fR $PKG/tmp
+
# Copy documentation
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
@@ -163,7 +166,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
cat $CWD/README.PERLDEPS > $PKG/usr/doc/$PRGNAM-$VERSION/README.PERLDEPS
-
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh