Magellan Linux

Contents of /branches/magellan-next/core/pth/pth-2.0.7-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8371 - (show annotations) (download)
Fri Jul 15 10:42:13 2011 UTC (12 years, 9 months ago) by niro
File size: 603 byte(s)
auto added: ver bump to 2.0.7-r6
1 # $Id$
2
3 PNAME="pth"
4 PVER="2.0.7"
5 PBUILD="r6"
6
7 PCATEGORIE="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 }