Magellan Linux

Annotation of /trunk/extras/npth/npth-1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31586 - (hide annotations) (download)
Mon Dec 3 09:51:17 2018 UTC (5 years, 5 months ago) by niro
File size: 616 byte(s)
auto added: ver bump to 1.6-r1
1 niro 31586 # $Id$
2    
3     PNAME="npth"
4     PVER="1.6"
5     PBUILD="r1"
6    
7     PCAT="app-crypt"
8    
9     DESCRIPTION="New portable threads library."
10     HOMEPAGE="http://www.gnupg.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
21     #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | grep ${PNAME}-[0-9] | lasttarball"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --enable-maintainer-mode || die
32     mmake || die
33     }