mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/rodent: Updated for version 5.0.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0906e33963
commit
8d66024049
3 changed files with 33 additions and 4 deletions
26
system/rodent/rodent-5.0.5.patch
Normal file
26
system/rodent/rodent-5.0.5.patch
Normal 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.
|
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=rodent
|
PRGNAM=rodent
|
||||||
VERSION=${VERSION:-5.0.3}
|
VERSION=${VERSION:-5.0.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
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 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
|
# Fix Build/plugins/Makefile
|
||||||
|
patch -p1 < $CWD/$PRGNAM-$VERSION.patch
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rodent"
|
PRGNAM="rodent"
|
||||||
VERSION="5.0.3"
|
VERSION="5.0.5"
|
||||||
HOMEPAGE="http://rodent.xffm.org/"
|
HOMEPAGE="http://rodent.xffm.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.0.3.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/xffm/rodent-5.0.5.tar.bz2"
|
||||||
MD5SUM="538f5323f871e939774fc1b9d6683ad9"
|
MD5SUM="3edeab4c1c4cd0785da64e894356358d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue