Magellan Linux

Contents of /trunk/core/lcms/lcms-1.17-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1060 - (show annotations) (download)
Fri Jan 2 18:54:10 2009 UTC (15 years, 5 months ago) by niro
File size: 1008 byte(s)
-rev bump to 1.17-r2
1 # $Header: /magellan-cvs/smage/lcms/lcms-1.17-r1.smage2,v 1.1 2008/02/13 22:27:19 niro Exp $
2
3 PNAME="lcms"
4 PVER="1.17"
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.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