Magellan Linux

Contents of /branches/magellan-next/core/gpgme/gpgme-1.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6948 - (show annotations) (download)
Fri Sep 24 17:09:19 2010 UTC (13 years, 7 months ago) by niro
File size: 1136 byte(s)
auto added: ver bump to 1.3.0-r1
1 # $Id: gpgme-1.2.0-r2.smage2 4071 2009-11-17 22:06:06Z niro $
2
3 PNAME="gpgme"
4 PVER="1.3.0"
5 PBUILD="r1"
6
7 PCATEGORIE="app-crypt"
8 STATE="unstable"
9
10 DESCRIPTION="GPGME (GnuPG Made Easy) - an interface library for application access for GnuPG."
11 HOMEPAGE="http://www.gnupg.org/related_software/gpgme/index.en.html"
12
13 DEPEND=">= app-crypt/libgcrypt-1.4.4"
14
15 SDEPEND=">= app-crypt/libgpg-error-1.7
16 >= app-crypt/libassuan-2.0.1
17 >= dev-libs/pth-2
18 >= app-crypt/gnupg-2.0.16"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
27 ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
32 UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --includedir=/usr/include/${PNAME} \
40 --libexecdir=/usr/$(mlibdir)/${PNAME} \
41 --with-pth=yes \
42 --with-gpg=/usr/bin/gpg \
43 --with-gpgsm=/usr/bin/gpgsm \
44 || die
45
46 mmake || die
47 }