Magellan Linux

Annotation of /branches/R11-stable/extras/npth/npth-1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24656 - (hide annotations) (download)
Fri Feb 20 12:03:09 2015 UTC (9 years, 2 months ago) by niro
File size: 616 byte(s)
-release branches/R11-stable
1 niro 23590 # $Id$
2    
3     PNAME="npth"
4     PVER="1.1"
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     }