Magellan Linux

Annotation of /smage/trunk/core/libpthread-stubs/libpthread-stubs-0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9357 - (hide annotations) (download)
Wed Mar 29 13:06:18 2017 UTC (7 years, 1 month ago) by niro
File size: 403 byte(s)
auto added: ver bump to 0.4-r1
1 niro 9357 # $Id$
2    
3     PNAME="libpthread-stubs"
4     PVER="0.4"
5     PBUILD="r1"
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"