Magellan Linux

Contents of /branches/branch-xorg18/core/pth/pth-2.0.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 620 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="pth"
4 PVER="2.0.7"
5 PBUILD="r4"
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 }

Properties

Name Value
svn:keywords Id