From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gocr/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 community/gocr/PKGBUILD (limited to 'community/gocr') diff --git a/community/gocr/PKGBUILD b/community/gocr/PKGBUILD deleted file mode 100644 index 1bf3b3c5a..000000000 --- a/community/gocr/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 88468 2013-04-18 12:15:06Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: damir - -pkgname=gocr -pkgver=0.50 -pkgrel=1 -pkgdesc="Open-source character recognition (OCR)" -arch=("i686" "x86_64") -url="http://jocr.sourceforge.net/index.html" -license=('GPL') -depends=('glibc' 'netpbm') -optdepends=('tk: to use the tk frontend') -source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz) -md5sums=('553ea40c2b3a1a0b03a30675d0e0aba1') - -build() { - cd $srcdir/$pkgname-$pkgver - [ $CARCH == "x86_64" ] && export CFLAGS=-fPIC - ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib - make -j1 all libs -} - -package() { - cd $srcdir/$pkgname-$pkgver - mkdir -p $pkgdir/usr/lib - make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install - (cd $pkgdir/usr/lib/ && rm -f libPgm2asc.so && ln -s `echo libPgm2asc*.so` libPgm2asc.so) - install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html - for i in pgm2asc.h gocr.h; do - install -D -m644 src/$i $pkgdir/usr/include/gocr/$i - done -} -- cgit v1.2.3-54-g00ecf