Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31753 - (hide annotations) (download)
Thu Dec 6 15:04:00 2018 UTC (5 years, 5 months ago) by niro
File size: 608 byte(s)
-multilib rebuild
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     }