yagf update to 0.9.2.1

This commit is contained in:
Francesco 2013-12-15 20:47:22 +00:00
parent 3ed94bd1e6
commit 9d40d64d48

View File

@ -4,10 +4,10 @@
# contributor kote
pkgname=yagf
pkgver=0.9
pkgrel=2
pkgver=0.9.2.1
pkgrel=1
pkgdesc="QT4-based GUI for Cuneiform OCR"
arch=(i686 x86_64)
arch=(x86_64)
url="http://symmetrica.net/cuneiform-linux/yagf-en.html"
screenshot="http://symmetrica.net/cuneiform-linux/yagf-en.jpeg"
license=('GPL')
@ -16,7 +16,7 @@ optdepends=('xsane: acquire images from a scanner into YAGF directly')
makedepends=('cmake')
install=yagf.install
source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)
md5sums=('47ddc8dfe9539242073312dcf098fa86')
md5sums=('341b3e44f2423b11aed7bd49c60c2f1c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -24,7 +24,7 @@ build() {
make
}
Package() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
[ -d $pkgdir/usr/lib64 ] && mv $pkgdir/usr/lib64 $pkgdir/usr/lib || true