Magellan Linux

Annotation of /branches/R11-unstable/extras/pth/pth-2.0.7-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32473 - (hide annotations) (download)
Mon Apr 29 12:57:44 2019 UTC (5 years ago) by niro
File size: 608 byte(s)
-release branches/R11-unstable
1 niro 31753 # $Id$
2    
3     PNAME="pth"
4     PVER="2.0.7"
5     PBUILD="r7"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="GNU Pth - The GNU Portable Threads library."
10     HOMEPAGE="http://www.gnu.org/software/pth/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib 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    
34     # fix parallel make issues
35     mpatch ${PNAME}-${PVER}-parallel.patch || die
36     }