Magellan Linux

Annotation of /branches/R11-unstable/extras/npth/npth-1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25676 - (hide annotations) (download)
Tue Nov 25 04:09:05 2014 UTC (9 years, 5 months ago) by niro
File size: 616 byte(s)
-release branches/R11-unstable
1 niro 24807 # $Id$
2    
3     PNAME="npth"
4     PVER="1.2"
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     }