summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Roberto Neri2013-06-03 18:38:47 +0200
committer Robby Workman2013-06-04 07:11:31 +0200
commit8d660240492e990d8e34e977503e0c4dfdeb6788 (patch)
tree455edb062e239842aeedd8d08d8a4acf3156f267 /system
parent0906e339632641432bb1f1e2aecee6c6e69480a4 (diff)
downloadslackbuilds-8d660240492e990d8e34e977503e0c4dfdeb6788.tar.gz
system/rodent: Updated for version 5.0.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/rodent/rodent-5.0.5.patch26
-rw-r--r--system/rodent/rodent.SlackBuild5
-rw-r--r--system/rodent/rodent.info6
3 files changed, 33 insertions, 4 deletions
diff --git a/system/rodent/rodent-5.0.5.patch b/system/rodent/rodent-5.0.5.patch
new file mode 100644
index 0000000000..e16bddac52
--- /dev/null
+++ b/system/rodent/rodent-5.0.5.patch
@@ -0,0 +1,26 @@
+diff -Nur rodent-5.0.5.orig/Build/plugins/Makefile.am rodent-5.0.5/Build/plugins/Makefile.am
+--- rodent-5.0.5.orig/Build/plugins/Makefile.am 2013-05-31 17:55:27.000000000 +0200
++++ rodent-5.0.5/Build/plugins/Makefile.am 2013-06-03 10:32:52.647215769 +0200
+@@ -253,6 +253,6 @@
+ )
+
+ install-exec-local:
+- $(mkinstalldirs) $(bindir)
+- $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir)
++ $(mkinstalldirs) $(DESTDIR)$(bindir)
++ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir)
+
+diff -Nur rodent-5.0.5.orig/Build/plugins/Makefile.in rodent-5.0.5/Build/plugins/Makefile.in
+--- rodent-5.0.5.orig/Build/plugins/Makefile.in 2013-05-31 19:02:34.000000000 +0200
++++ rodent-5.0.5/Build/plugins/Makefile.in 2013-06-03 10:33:06.296045136 +0200
+@@ -1386,8 +1386,8 @@
+ )
+
+ install-exec-local:
+- $(mkinstalldirs) $(bindir)
+- $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(bindir)
++ $(mkinstalldirs) $(DESTDIR)$(bindir)
++ $(top_srcdir)/install-sh $(dirplug)/filesystem_user_space/rfm-simple-agent $(DESTDIR)$(bindir)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/system/rodent/rodent.SlackBuild b/system/rodent/rodent.SlackBuild
index 214294b9a1..d35aa5a001 100644
--- a/system/rodent/rodent.SlackBuild
+++ b/system/rodent/rodent.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rodent
-VERSION=${VERSION:-5.0.3}
+VERSION=${VERSION:-5.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,6 +78,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix Build/plugins/Makefile
+patch -p1 < $CWD/$PRGNAM-$VERSION.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/system/rodent/rodent.info b/system/rodent/rodent.info
index 6ec4d80230..58f016f294 100644
--- a/system/rodent/rodent.info
+++ b/system/rodent/rodent.info
@@ -1,8 +1,8 @@
PRGNAM="rodent"
-VERSION="5.0.3"
+VERSION="5.0.5"
HOMEPAGE="http://rodent.xffm.org/"
-DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.0.3.tar.bz2"
-MD5SUM="538f5323f871e939774fc1b9d6683ad9"
+DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.0.5.tar.bz2"
+MD5SUM="3edeab4c1c4cd0785da64e894356358d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""