Magellan Linux

Contents of /trunk/core/lcms/lcms-1.18a-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3461 - (show annotations) (download)
Wed Oct 21 20:43:19 2009 UTC (14 years, 6 months ago) by niro
File size: 934 byte(s)
-multilib support
1 # $Id$
2
3 PNAME="lcms"
4 PVER="1.18a"
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-7"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/a/}"
18
19 sminclude mbuild mtools multilib
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