Magellan Linux

Contents of /branches/R11-unstable/extras/npth/npth-1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32548 - (show annotations) (download)
Mon Apr 29 13:07:23 2019 UTC (5 years, 1 month ago) by niro
File size: 613 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="npth"
4 PVER="1.6"
5 PBUILD="r2"
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 multilib 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] | highesttarball"
26
27 src_compile()
28 {
29 mconfigure --enable-maintainer-mode || die
30 mmake || die
31 }