Magellan Linux

Contents of /branches/R11-unstable/extras/pth/pth-2.0.7-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25731 - (show annotations) (download)
Tue Nov 25 04:13:52 2014 UTC (9 years, 5 months ago) by niro
File size: 597 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="pth"
4 PVER="2.0.7"
5 PBUILD="r6"
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=""
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 }