Magellan Linux

Annotation of /trunk/core/lcms/lcms-1.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1184 - (hide annotations) (download)
Sun Apr 26 08:25:09 2009 UTC (15 years, 2 months ago) by niro
File size: 922 byte(s)
auto added: ver bump to 1.18-r1
1 niro 1184 # $Id$
2    
3     PNAME="lcms"
4     PVER="1.18"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="The lcms library is used by other programs to provide color management facilities."
11     HOMEPAGE="http://www.littlecms.com/"
12    
13     DEPEND=">= media-libs/libtiff-3.8
14     >= media-libs/libjpeg-6b"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild mtools
20    
21     SRC_URI=(
22     http://www.littlecms.com/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --disable-dependency-tracking --with-jpeg --with-tiff --with-zlib || die
33     mmake || die
34     }
35    
36     src_install()
37     {
38     cd ${SRCDIR}
39    
40     # needed directories
41     minstalldir /usr/share/${PNAME}/profiles || die
42    
43     mmake DESTDIR=${BINDIR} BINDIR=${BINDIR}/usr/bin install || die
44     minstallfile testbed/\*.icm /usr/share/${PNAME}/profiles || die
45    
46     minstalldocs AUTHORS README* NEWS doc/* || die
47     }

Properties

Name Value
svn:keywords Id