parent
63584a8860
commit
b7d28bd1a8
1 changed files with 5 additions and 4 deletions
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'leptonica'
|
||||
pkgname=leptonica
|
||||
version=1.75.3
|
||||
version=1.76.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="giflib-devel libpng-devel tiff-devel"
|
||||
short_desc="Image processing and analysis library"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://leptonica.org/"
|
||||
distfiles="http://leptonica.org/source/$pkgname-$version.tar.gz"
|
||||
checksum=a00f8fb06829ca6c8262bec8f78a6f985e049786f7c872a37b72fd7051ea087a
|
||||
distfiles="http://leptonica.org/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=5e9a33b7ce33ab39fb03cee5a7ec353b044670176303265d7c64d51539616857
|
||||
|
||||
post_install() {
|
||||
vdoc moller52.jpg
|
||||
vdoc version-notes.html
|
||||
vlicense leptonica-license.txt
|
||||
}
|
||||
|
||||
leptonica-devel_package() {
|
||||
depends="leptonica>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue