Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6944 - (show annotations) (download)
Fri Sep 24 17:04:06 2010 UTC (13 years, 7 months ago) by niro
File size: 673 byte(s)
auto added: ver bump to 2.0.7-r5
1 # $Id: pth-2.0.7-r4.smage2 3484 2009-10-22 21:09:13Z niro $
2
3 PNAME="pth"
4 PVER="2.0.7"
5 PBUILD="r5"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="GNU Pth - The GNU Portable Threads library."
11 HOMEPAGE="http://www.gnu.org/software/pth/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-parallel.patch
24 )
25
26 UP2DATE="updatecmd_gnu ${PNAME} gz"
27
28 # not parallel safe
29 MAKEOPTS="-j1"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # fix parallel make issues
37 mpatch ${PNAME}-${PVER}-parallel.patch || die
38 }