Magellan Linux

Contents of /branches/branch-xorg18/extras/ilmbase/ilmbase-1.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 636 byte(s)
created branch 'branch-xorg18'
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