Magellan Linux

Annotation of /branches/R11-unstable/extras/lcms2/lcms2-2.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25475 - (hide annotations) (download)
Tue Nov 25 03:48:45 2014 UTC (9 years, 5 months ago) by niro
File size: 634 byte(s)
-release branches/R11-unstable
1 niro 24798 # $Id$
2    
3     PNAME="lcms2"
4     PVER="2.7"
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     >= media-libs/libjpeg-8"
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     }