Magellan Linux

Contents of /branches/magellan-next/core/lcms/lcms-1.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7774 - (show annotations) (download)
Tue May 31 18:28:32 2011 UTC (12 years, 11 months ago) by niro
File size: 898 byte(s)
auto added: ver bump to 1.19-r2
1 # $Id$
2
3 PNAME="lcms"
4 PVER="1.19"
5 PBUILD="r2"
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.9
14 >= media-libs/libjpeg-8"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild mtools multilib
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME}"
27
28 src_compile()
29 {
30 mconfigure --disable-dependency-tracking --with-jpeg --with-tiff --with-zlib || die
31 mmake || die
32 }
33
34 src_install()
35 {
36 # needed directories
37 minstalldir /usr/share/${PNAME}/profiles || die
38
39 mmake DESTDIR=${BINDIR} BINDIR=${BINDIR}/usr/bin install || die
40 minstallfile testbed/\*.icm /usr/share/${PNAME}/profiles || die
41
42 minstalldocs AUTHORS README* NEWS doc/* || die
43 }