Magellan Linux

Contents of /trunk/extras/npth/npth-1.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31755 - (show annotations) (download)
Thu Dec 6 15:10:18 2018 UTC (5 years, 5 months ago) by niro
File size: 613 byte(s)
-multilib rebuild
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 }