Magellan Linux

Annotation of /trunk/extras/ilmbase/ilmbase-2.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30325 - (hide annotations) (download)
Mon Dec 4 11:31:52 2017 UTC (6 years, 5 months ago) by niro
File size: 744 byte(s)
auto added: ver bump to 2.2.1-r1
1 niro 30324 # $Id$
2    
3     PNAME="ilmbase"
4     PVER="2.2.1"
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++-5.3"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17 niro 30325 sminclude multilib mbuild
18 niro 30324 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"
27    
28     src_compile()
29     {
30     # fix bogus pthread linking and as-needed issues
31     PTHREAD_LIBS="-pthread -lpthread -lrt" \
32     mconfigure || die
33     mmake || die
34     }