mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/sigil: Updated for version 0.4.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
c9e2a76dfa
commit
3593802184
2 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||||
|
|
||||||
PRGNAM=sigil
|
PRGNAM=sigil
|
||||||
VERSION=0.3.4
|
VERSION=0.4.2
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -43,9 +43,10 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION-Code
|
rm -rf $SRCNAM-$VERSION
|
||||||
|
mkdir -p $PRGNAM-$VERSION
|
||||||
|
cd $PRGNAM-$VERSION
|
||||||
unzip $CWD/$SRCNAM-$VERSION-Code.zip
|
unzip $CWD/$SRCNAM-$VERSION-Code.zip
|
||||||
cd $SRCNAM-$VERSION-Code
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sigil"
|
PRGNAM="sigil"
|
||||||
VERSION="0.3.4"
|
VERSION="0.4.2"
|
||||||
HOMEPAGE="http://code.google.com/p/sigil/"
|
HOMEPAGE="http://code.google.com/p/sigil/"
|
||||||
DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.3.4-Code.zip"
|
DOWNLOAD="http://sigil.googlecode.com/files/Sigil-0.4.2-Code.zip"
|
||||||
MD5SUM="6f83a8ee12d6f5918fe50b8314e63760"
|
MD5SUM="ce27976254236f8b11b787fd05be9acb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Larry Hajali"
|
MAINTAINER="Larry Hajali"
|
||||||
|
|
Loading…
Reference in a new issue