Magellan Linux

Contents of /branches/R11-unstable/extras/lcms2/lcms2-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32700 - (show annotations) (download)
Mon Apr 29 13:27:57 2019 UTC (4 years, 11 months ago) by niro
File size: 629 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="lcms2"
4 PVER="2.9"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="The lcms library is used by other programs to provide color management facilities."
10 HOMEPAGE="http://www.littlecms.com/"
11
12 DEPEND=">= media-libs/libtiff-4
13 >= virtual/libjpeg"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild mtools multilib
19
20 SRC_URI=(
21 sourceforge://${PNAME/2/}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2TARBALL="${PNAME}"
26 UP2DATE="updatecmd_sourceforge ${PNAME/2/} gz"
27
28 src_compile()
29 {
30 mconfigure --disable-dependency-tracking --with-jpeg --with-tiff --with-zlib || die
31 mmake || die
32 }