Magellan Linux

Contents of /trunk/extras/ilmbase/ilmbase-1.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3677 - (show annotations) (download)
Fri Oct 30 08:30:41 2009 UTC (14 years, 6 months ago) by niro
File size: 636 byte(s)
auto added: ver bump to 1.0.1-r2
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