Magellan Linux

Contents of /smage/trunk/core/libpthread-stubs/libpthread-stubs-0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2792 - (show annotations) (download)
Mon Aug 29 20:03:18 2011 UTC (12 years, 9 months ago) by niro
File size: 385 byte(s)
-merged branch alx-0_6_0 into trunk
1 # $Id$
2
3 PNAME="libpthread-stubs"
4 PVER="0.3"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="Pthread stubs library."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 sminclude xorg multilib
13
14 DEPEND=""
15 SDEPEND=""
16
17 SRC_URI=(
18 http://xcb.freedesktop.org/dist/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )
21
22 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"