Magellan Linux

Contents of /branches/magellan-next/extras/ilmbase/ilmbase-1.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6787 - (show annotations) (download)
Wed Sep 22 14:22:49 2010 UTC (13 years, 8 months ago) by niro
File size: 636 byte(s)
imported from trunk
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="1.0.1"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="OpenEXR ILM Base libraries."
11 HOMEPAGE="http://openexr.com/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-as-needed.patch
24 )
25
26 UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 mpatch ${PNAME}-${PVER}-as-needed.patch || die
32 }

Properties

Name Value
svn:keywords Id