diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-10 22:06:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 17:00:17 +0700 |
commit | 7e4838bceadd7f802f0baeb9d1c67966492bd4ed (patch) | |
tree | 21ad17eeeffa83f90b0326272242f98e15f23233 | |
parent | 7f3d5b9b4f33ba13fa211f7ea1b2ee083d8f80c8 (diff) | |
download | slackbuilds-7e4838bceadd7f802f0baeb9d1c67966492bd4ed.tar.gz |
libraries/leptonica: Updated for version 1.71.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/leptonica/leptonica.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/leptonica/leptonica.info | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/libraries/leptonica/leptonica.SlackBuild b/libraries/leptonica/leptonica.SlackBuild index 631d163a0b..1d4f55c281 100644 --- a/libraries/leptonica/leptonica.SlackBuild +++ b/libraries/leptonica/leptonica.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=leptonica -VERSION=${VERSION:-1.70} +VERSION=${VERSION:-1.71} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,13 +64,12 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION 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 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; autoreconf -vi - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/libraries/leptonica/leptonica.info b/libraries/leptonica/leptonica.info index c97eb7a44a..410435b4c1 100644 --- a/libraries/leptonica/leptonica.info +++ b/libraries/leptonica/leptonica.info @@ -1,8 +1,8 @@ PRGNAM="leptonica" -VERSION="1.70" +VERSION="1.71" HOMEPAGE="http://www.leptonica.com/" -DOWNLOAD="http://www.leptonica.com/source/leptonica-1.70.tar.gz" -MD5SUM="5ac2a31cf5b4f0e8f5a853a5266c42ef" +DOWNLOAD="http://www.leptonica.com/source/leptonica-1.71.tar.gz" +MD5SUM="790f34d682e6150c12c54bfe4a824f7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |