mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/rssh: Updated for version 2.3.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e3945252aa
commit
478a254618
4 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
--- Makefile.in.orig 2011-03-01 14:47:01.563001285 +0100
|
||||
+++ Makefile.in 2011-03-01 14:50:20.735775586 +0100
|
||||
@@ -830,7 +830,7 @@
|
||||
$(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
|
||||
--- Makefile.in.orig 2012-11-27 01:19:34.000000000 +0100
|
||||
+++ Makefile.in 2013-02-25 15:02:30.080423009 +0100
|
||||
@@ -730,7 +730,7 @@
|
||||
$(CC) -c $(DEFS) $(ourdefs) $(AM_CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
|
||||
|
||||
install-exec-hook:
|
||||
- chmod u+s $(libexecdir)/rssh_chroot_helper
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Written by Michal Bialozor <bialyy@o2.pl>
|
||||
|
||||
PRGNAM=rssh
|
||||
VERSION=2.3.3
|
||||
VERSION=2.3.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +65,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
# rename config file to .new
|
||||
mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new
|
||||
mv $PKG/etc/$PRGNAM.conf.default $PKG/etc/$PRGNAM.conf.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rssh"
|
||||
VERSION="2.3.3"
|
||||
VERSION="2.3.4"
|
||||
HOMEPAGE="http://www.pizzashack.org/rssh/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/rssh/files/rssh/2.3.3/rssh-2.3.3.tar.gz"
|
||||
MD5SUM="b0c147602fcc95737ed50573b92fc468"
|
||||
DOWNLOAD="http://sourceforge.net/projects/rssh/files/rssh/2.3.4/rssh-2.3.4.tar.gz"
|
||||
MD5SUM="5211f5fe206704f813a3cec61f487042"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue