system/rodent: Updated for version 5.0.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Roberto Neri 2013-06-03 11:38:47 -05:00 committed by Robby Workman
parent 0906e33963
commit 8d66024049
3 changed files with 33 additions and 4 deletions

View file

@ -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.

View file

@ -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 \

View file

@ -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=""