office/hunspell-pl: Updated for version 20170131.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1febb51151
commit
9da8e004e4
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=hunspell-pl
|
||||
VERSION=${VERSION:-20160907}
|
||||
VERSION=${VERSION:-20170131}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH="noarch"
|
||||
|
@ -45,10 +45,10 @@ cd $PRGNAM-$VERSION
|
|||
bsdtar xvf pl_PL.zip
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/{hunspell,myspell/dicts}
|
||||
cp pl_PL.{aff,dic} $PKG/usr/share/hunspell
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hunspell-pl"
|
||||
VERSION="20160907"
|
||||
VERSION="20170131"
|
||||
HOMEPAGE="http://sjp.pl"
|
||||
DOWNLOAD="https://people.freebsd.org/~sunpoet/sunpoet/hunspell/sjp-myspell-pl-20160907.zip"
|
||||
MD5SUM="2190225360fc6c012d1a86d09f78ea54"
|
||||
DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/hunspell-pl/sjp-myspell-pl-20170131.zip"
|
||||
MD5SUM="31bbb5ee3d668da5260bf78b64a58d31"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue