Magellan Linux

Contents of /trunk/extras/pth/pth-2.0.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 632 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/pth/pth-2.0.7-r2.smage2,v 1.1 2008/02/14 10:49:32 niro Exp $
2
3 PNAME="pth"
4 PVER="2.0.7"
5 PBUILD="r2"
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 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # fix parallel make issues
32 mpatch ${PNAME}-${PVER}-parallel.patch || die
33 }

Properties

Name Value
svn:keywords Id