Magellan Linux

Contents of /smage/trunk/core/libpthread-stubs/libpthread-stubs-0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10310 - (show annotations) (download)
Thu Aug 17 13:03:07 2017 UTC (6 years, 8 months ago) by niro
File size: 403 byte(s)
auto added: ver bump to 0.4-r2
1 # $Id$
2
3 PNAME="libpthread-stubs"
4 PVER="0.4"
5 PBUILD="r2"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Pthread stubs library."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 sminclude xorg multilib
13
14 # override xorg include
15 DEPEND=""
16 SDEPEND=""
17
18 SRC_URI=(
19 http://xcb.freedesktop.org/dist/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"