wok-next view leptonica/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }