Magellan Linux

Contents of /trunk/extras/lcms/lcms-1.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 966 byte(s)
import repo
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="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 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --disable-dependency-tracking --with-jpeg --with-tiff --with-zlib || die
31 mmake || die
32 }
33
34 src_install()
35 {
36 cd ${SRCDIR}
37
38 # needed directories
39 minstalldir /usr/share/${PNAME}/profiles || die
40
41 mmake DESTDIR=${BINDIR} BINDIR=${BINDIR}/usr/bin install || die
42 minstallfile testbed/\*.icm /usr/share/${PNAME}/profiles || die
43
44 minstalldocs AUTHORS README* NEWS doc/* || die
45 }

Properties

Name Value
svn:keywords Id