mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
office/gocr: Updated for version 0.49.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
79bb3c9fdc
commit
7efaaaf122
3 changed files with 10 additions and 13 deletions
|
@ -3,7 +3,8 @@
|
||||||
# Slackware Package Build Script for GOCR
|
# Slackware Package Build Script for GOCR
|
||||||
# Home Page http://jocr.sourceforge.net/index.html
|
# Home Page http://jocr.sourceforge.net/index.html
|
||||||
|
|
||||||
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
|
# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||||
|
# <nishant _AT_ mnspace _DOT_ net>
|
||||||
# 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
|
||||||
|
@ -25,8 +26,8 @@
|
||||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=gocr
|
PRGNAM=gocr
|
||||||
VERSION=0.48
|
VERSION=${VERSION:-0.49}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
|
@ -76,6 +77,7 @@ find . \
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--bindir=/usr/bin \
|
||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
|
@ -86,20 +88,15 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
###
|
|
||||||
mv $PKG/bin $PKG/usr
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
AUTHORS BUGS CREDITS INSTALL README* HISTORY TODO \
|
AUTHORS BUGS CREDITS INSTALL README* HISTORY TODO \
|
||||||
doc/*.txt doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION
|
doc/*.txt doc/*.html $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
|
||||||
|
|
||||||
### strip binaries
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
### compress man page
|
|
||||||
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
|
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="gocr"
|
PRGNAM="gocr"
|
||||||
VERSION="0.48"
|
VERSION="0.49"
|
||||||
HOMEPAGE="http://jocr.sourceforge.net/index.html"
|
HOMEPAGE="http://jocr.sourceforge.net/index.html"
|
||||||
DOWNLOAD="http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.48.tar.gz"
|
DOWNLOAD="http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-0.49.tar.gz"
|
||||||
MD5SUM="9882ba9a93fcb18ab704a10da80c228c"
|
MD5SUM="4e527bc4bdd97c2be15fdd818857507f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Nishant Limbachia"
|
MAINTAINER="Nishant Limbachia"
|
||||||
EMAIL="nishant@mnspace.net"
|
EMAIL="nishant@mnspace.net"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
gocr: gocr (open source character recognition)
|
gocr: gocr (open source character recognition)
|
||||||
gocr:
|
gocr:
|
||||||
gocr: GOCR is an optical character recognition program released under
|
gocr: GOCR is an optical character recognition program released under
|
||||||
gocr: GNU GPL. It reads images in many formats and outputs a text file
|
gocr: GNU GPL. It reads images in many formats and outputs a text file
|
||||||
gocr: and is capable of doing several other tasks. Please refer README
|
gocr: and is capable of doing several other tasks. Please refer README
|
||||||
|
|
Loading…
Reference in a new issue