wok-next annotate leptonica/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 5669e8b3be70
children
rev   line source
al@20459 1 # SliTaz package receipt v2.
pascal@16668 2
pascal@16668 3 PACKAGE="leptonica"
psychomaniak@20014 4 VERSION="1.74.4"
pascal@16668 5 CATEGORY="graphics"
al@20459 6 SHORT_DESC="Software for image processing and image analysis applications"
pascal@16668 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16668 8 LICENSE="MIT"
pascal@16668 9 WEB_SITE="http://www.leptonica.org/"
al@20459 10
pascal@16668 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16668 12 WGET_URL="http://www.leptonica.org/source/$TARBALL"
pascal@16668 13
al@21078 14 BUILD_DEPENDS="giflib-dev jpeg-dev libpng-dev tiff-dev xorg-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@16668 16
al@21080 17 DEPENDS_std="giflib jpeg libpng libtiff libx11 libxau libxdmcp libxcb"
al@21080 18
al@20459 19 compile_rules() {
al@20557 20 ./configure $CONFIGURE_ARGS &&
al@20575 21 fix libtool &&
al@20557 22 make &&
al@20557 23 make install
pascal@16668 24 }