Magellan Linux

Contents of /branches/magellan-next/core/libassuan/libassuan-2.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6946 - (show annotations) (download)
Fri Sep 24 17:05:47 2010 UTC (13 years, 7 months ago) by niro
File size: 796 byte(s)
auto added: ver bump to 2.0.1-r1
1 # $Id: libassuan-1.0.5-r2.smage2 3486 2009-10-22 21:14:06Z niro $
2
3 PNAME="libassuan"
4 PVER="2.0.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="Libassuan is the IPC library used by some GnuPG related software."
11 HOMEPAGE="http://www.gnupg.org/"
12
13 DEPEND=">= app-crypt/libgpg-error-1.9
14 >= dev-libs/pth-2"
15
16 SDEPEND=">= sys-dev/libtool-2"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
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}/ | lasttarball"
30 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"