wok-next view sampleicc/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 7aa0ae2f7190
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sampleicc"
4 VERSION="1.6.8"
5 CATEGORY="x-window"
6 SHORT_DESC="Reading, writing, manipulating, and applying ICC profiles"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="https://www.freedesktop.org/wiki/OpenIcc/"
11 TARBALL="SampleICC-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/sampleicc/$TARBALL"
14 BUILD_DEPENDS="tiff-dev"
15 SPLIT="$PACKAGE-dev"
17 DEPENDS_std="libtiff"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }