Magellan Linux

Annotation of /trunk/extras/pth/pth-2.0.7-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19853 - (hide annotations) (download)
Thu Oct 24 11:36:57 2013 UTC (10 years, 6 months ago) by niro
File size: 597 byte(s)
-moved to 'extras'
1 niro 8371 # $Id$
2    
3     PNAME="pth"
4     PVER="2.0.7"
5     PBUILD="r6"
6    
7 niro 10543 PCAT="dev-libs"
8 niro 8371
9     DESCRIPTION="GNU Pth - The GNU Portable Threads library."
10     HOMEPAGE="http://www.gnu.org/software/pth/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     gnu://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-${PVER}-parallel.patch
23     )
24    
25     UP2DATE="updatecmd_gnu ${PNAME} gz"
26    
27     # not parallel safe
28     MAKEOPTS="-j1"
29    
30     src_prepare()
31     {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fix parallel make issues
36     mpatch ${PNAME}-${PVER}-parallel.patch || die
37     }