wok-next view leptonica/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="leptonica"
4 VERSION="1.74.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Software for image processing and image analysis applications"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.leptonica.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.leptonica.org/source/$TARBALL"
14 BUILD_DEPENDS="giflib-dev jpeg-dev libpng-dev tiff-dev xorg-dev"
15 SPLIT="$PACKAGE-dev"
17 DEPENDS_std="giflib jpeg libpng libtiff libx11 libxau libxdmcp libxcb"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }