Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/libpthread-stubs/libpthread-stubs-0.4-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12195 - (show annotations) (download)
Fri Aug 31 11:01:48 2018 UTC (5 years, 7 months ago) by niro
File size: 410 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="libpthread-stubs"
4 PVER="0.4"
5 PBUILD="r3"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Pthread stubs library."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 sminclude xorg multilib mbuild
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"