Magellan Linux

Contents of /trunk/core/libtiff/libtiff-3.8.2-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 877 - (show annotations) (download)
Sat Dec 27 22:53:50 2008 UTC (15 years, 5 months ago) by niro
File size: 970 byte(s)
-rev bump to 3.8.2-r6
1 # $Header: /magellan-cvs/smage/libtiff/libtiff-3.8.2-r5.smage2,v 1.1 2008/04/03 17:59:18 niro Exp $
2
3 PNAME="libtiff"
4 PVER="3.8.2"
5 PBUILD="r6"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="LibTIFF - TIFF Library and Utilities."
11 HOMEPAGE="http://www.libtiff.org/"
12
13 DEPEND=">= media-libs/libjpeg-6b
14 >= sys-libs/zlib-1.2.3"
15
16 SRCFILE="${PNAME/lib}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME/lib}-${PVER}"
18
19 sminclude mbuild multilib
20
21 SRC_URI=(
22 ftp://ftp.remotesensing.org/pub/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 # ignore beta and alpha versions
27 UP2DATE="updatecmd ftp://ftp.remotesensing.org/pub/${PNAME}/ | sed -e '/alpha/d' -e '/beta/d' | lasttarball gz"
28
29 src_compile()
30 {
31 mconfigure --without-x || die
32 mmake || die
33 }
34
35 src_install()
36 {
37 minstall_destdir || die
38
39 [ -d ${BINDIR}/usr/share/doc/tiff-${PVER} ] && rm -rf ${BINDIR}/usr/share/doc/tiff-${PVER}
40 minstalldocs COPYRIGHT ChangeLog HOWTO-RELEASE README RELEASE-DATE TODO VERSION || die
41 }

Properties

Name Value
svn:keywords Id