Magellan Linux

Contents of /trunk/extras/libassuan/libassuan-2.5.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31754 - (show annotations) (download)
Thu Dec 6 15:08:19 2018 UTC (5 years, 4 months ago) by niro
File size: 674 byte(s)
-multilib rebuild
1 # $Id$
2
3 PNAME="libassuan"
4 PVER="2.5.1"
5 PBUILD="r2"
6
7 PCAT="app-crypt"
8
9 DESCRIPTION="Libassuan is the IPC library used by some GnuPG related software."
10 HOMEPAGE="http://www.gnupg.org/"
11
12 DEPEND=">= app-crypt/libgpg-error-1.32
13 >= dev-libs/pth-2"
14
15 SDEPEND=">= sys-dev/libtool-2"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude multilib mbuild
21
22 SRC_URI=(
23 https://gnupg.org/ftp/gcrypt/${PNAME}/${SRCFILE}
24 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
25 #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME} | highesttarball"