Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libpthread-stubs/libpthread-stubs-0.4-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15032 - (show annotations) (download)
Thu Aug 6 13:05:04 2020 UTC (3 years, 8 months ago) by niro
File size: 410 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libpthread-stubs"
4 PVER="0.4"
5 PBUILD="r4"
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"