diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-19 20:24:53 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:23:16 -0600 |
commit | d97afb1bed4471dbf96dc26497c14dc7d1922a43 (patch) | |
tree | 4c959139fc2a86968107c2a546cefc503fbca220 /network | |
parent | b48a57f0f7d27340f6ce58ca065d2a46cfc9e8a4 (diff) | |
download | slackbuilds-d97afb1bed4471dbf96dc26497c14dc7d1922a43.tar.gz |
network/etherpad-lite: Updated for version 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/etherpad-lite/README.Slackware | 2 | ||||
-rw-r--r-- | network/etherpad-lite/etherpad-lite.SlackBuild | 5 | ||||
-rw-r--r-- | network/etherpad-lite/etherpad-lite.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/network/etherpad-lite/README.Slackware b/network/etherpad-lite/README.Slackware index fe45a84237..c766fa7783 100644 --- a/network/etherpad-lite/README.Slackware +++ b/network/etherpad-lite/README.Slackware @@ -8,6 +8,8 @@ After installation, Etherpad lite can be started with /etc/rc.d/rc.etherpad-lite start +You can launch your browser at http://localhost:9001 + if you want it to start at boot, add an entry like this in /etc/rc.d/rc.local diff --git a/network/etherpad-lite/etherpad-lite.SlackBuild b/network/etherpad-lite/etherpad-lite.SlackBuild index 6fb8cca94c..338cff1127 100644 --- a/network/etherpad-lite/etherpad-lite.SlackBuild +++ b/network/etherpad-lite/etherpad-lite.SlackBuild @@ -7,7 +7,7 @@ # PRGNAM=etherpad-lite -VERSION=${VERSION:-1.2.7} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,7 +47,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -56,6 +56,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +./bin/installDeps.sh rm -f var/.gitignore mkdir -p $PKG/var/$PRGNAM diff --git a/network/etherpad-lite/etherpad-lite.info b/network/etherpad-lite/etherpad-lite.info index c6cf79ba79..2ed295263c 100644 --- a/network/etherpad-lite/etherpad-lite.info +++ b/network/etherpad-lite/etherpad-lite.info @@ -1,8 +1,8 @@ PRGNAM="etherpad-lite" -VERSION="1.2.7" +VERSION="1.3.0" HOMEPAGE="http://etherpad.org/" -DOWNLOAD="https://github.com/ether/etherpad-lite/archive/1.2.7.tar.gz" -MD5SUM="2c075f8faabdd1be36de758da909c8ba" +DOWNLOAD="https://github.com/ether/etherpad-lite/archive/1.3.0.tar.gz" +MD5SUM="baa4e7c8588cfcf5c2a4ef7768de5e89" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README% node" |