mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/smartsvn: Updated for version 8.5.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
aed0b86de1
commit
10012cb371
3 changed files with 16 additions and 4 deletions
|
@ -1,2 +1,7 @@
|
|||
SmartSvn is a commercial desktop svn client that provides trial edition for
|
||||
a limited time (31 days)
|
||||
|
||||
Automatically downloading the url included in the .info file may not work as
|
||||
they currently require that you submit contact info to be emailed a link to
|
||||
the download. I've kept the access token in the file in hopes that it continues
|
||||
to work.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="smartsvn"
|
||||
VERSION=${VERSION:-8.5.3}
|
||||
VERSION=${VERSION:-8.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
@ -35,6 +35,9 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
#they use _ instead of periods...
|
||||
FILE_VERSION=${VERSION//./_}
|
||||
|
||||
# if file downloaded with ?access= then rename
|
||||
mv $PRGNAM-linux-$FILE_VERSION.tar.gz\?access\=* $PRGNAM-linux-$FILE_VERSION.tar.gz 2>/dev/null
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $TMP/$PRGNAM-$VERSION $PKG
|
||||
|
@ -67,5 +70,9 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cd $PKG/usr/bin
|
||||
ln -s ../share/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="smartsvn"
|
||||
VERSION="8.5.3"
|
||||
VERSION="8.5.5"
|
||||
HOMEPAGE="http://www.smartsvn.com/"
|
||||
DOWNLOAD="http://www.wandisco.com/get?f=smartsvn/smartsvn-linux-8_5_3.tar.gz"
|
||||
MD5SUM="f72fc9d1d502003541eaa8963f5c63e3"
|
||||
DOWNLOAD="http://www.wandisco.com/system/files/smartsvn/smartsvn-linux-8_5_5.tar.gz?access=65fd45e74459dab3c8f53c682648f61b"
|
||||
MD5SUM="97635efffa042944b6a8acd2634b4b4f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue