network/skylable-sx: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dc38ca8012
commit
b4aa299291
|
@ -7,12 +7,10 @@ by the sysadmin) and synchronized.
|
||||||
Additionally Sx has built-in support for deduplication, client-side encryption,
|
Additionally Sx has built-in support for deduplication, client-side encryption,
|
||||||
on-the-fly compression and much more.
|
on-the-fly compression and much more.
|
||||||
|
|
||||||
To start immediately, read /usr/doc/skylable-sx-0.9/quickstart/quickstart.pdf!
|
|
||||||
|
|
||||||
NOTE 1: Every required library which is not found on the system will be built
|
NOTE 1: Every required library which is not found on the system will be built
|
||||||
from the included sources.
|
from the included sources.
|
||||||
sqlite3 3.8.4.3 can be linked dinamically but you must compile it by
|
The last sqlite3 version can be linked dinamically but you must compile
|
||||||
source (target the lib64 if x86_64 is your system arch).
|
it by source (target the lib64 if x86_64 is your system arch).
|
||||||
|
|
||||||
NOTE 2: To build only a client, uncomment the CLIENT_ONLY parameter in
|
NOTE 2: To build only a client, uncomment the CLIENT_ONLY parameter in
|
||||||
skylable-sx.SlackBuild.
|
skylable-sx.SlackBuild.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for skylable-sx
|
# Slackware build script for skylable-sx
|
||||||
|
|
||||||
# Copyright 2014 simotrone <simotrone@gmail.com>, Italy
|
# Copyright 2015 simotrone <simotrone@gmail.com>, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=skylable-sx
|
PRGNAM=skylable-sx
|
||||||
VERSION=${VERSION:-0.9}
|
VERSION=${VERSION:-1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -92,7 +92,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
|
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -ar COPYING NEWS README doc/quickstart $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -ar COPYING* NEWS QUICKSTART README UPGRADE doc/manual/manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="skylable-sx"
|
PRGNAM="skylable-sx"
|
||||||
VERSION="0.9"
|
VERSION="1.0"
|
||||||
HOMEPAGE="http://www.skylable.com"
|
HOMEPAGE="http://www.skylable.com"
|
||||||
DOWNLOAD="http://cdn.skylable.com/source/sx-0.9.tar.gz"
|
DOWNLOAD="http://cdn.skylable.com/source/sx-1.0.tar.gz"
|
||||||
MD5SUM="6ca4abc9a27864d3984e4a49d8bd298a"
|
MD5SUM="937145cbdc41167ba7b6aea9aef02fba"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="yajl fcgi"
|
REQUIRES="yajl fcgi"
|
||||||
|
|
Loading…
Reference in New Issue