Magellan Linux

Contents of /branches/R11-stable/extras/ilmbase/ilmbase-2.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17946 - (show annotations) (download)
Thu Jun 27 06:34:22 2013 UTC (10 years, 11 months ago) by niro
File size: 593 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="ilmbase"
4 PVER="2.0.0"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="OpenEXR ILM Base libraries."
10 HOMEPAGE="http://openexr.com/"
11
12 DEPEND=">= sys-libs/libstdc++-4.7"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
22 http://download.savannah.nongnu.org/releases/openexr/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/openexr | grep ${PNAME}-[0-9] | lasttarball gz"