Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1833 - (show annotations) (download)
Mon Sep 26 16:28:40 2011 UTC (12 years, 7 months ago) by niro
File size: 385 byte(s)
auto added: ver bump to 0.3-r4
1 # $Id$
2
3 PNAME="libpthread-stubs"
4 PVER="0.3"
5 PBUILD="r4"
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"