Magellan Linux

Contents of /trunk/extras/libtiff/libtiff-3.8.2-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 824 byte(s)
import repo
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="r5"
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 src_compile()
27 {
28 mconfigure --without-x || die
29 mmake || die
30 }
31
32 src_install()
33 {
34 minstall_destdir || die
35
36 [ -d ${BINDIR}/usr/share/doc/tiff-${PVER} ] && rm -rf ${BINDIR}/usr/share/doc/tiff-${PVER}
37 minstalldocs COPYRIGHT ChangeLog HOWTO-RELEASE README RELEASE-DATE TODO VERSION || die
38 }

Properties

Name Value
svn:keywords Id