Magellan Linux

Annotation of /trunk/core/gpgme/gpgme-1.1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (hide annotations) (download)
Tue May 12 16:08:51 2009 UTC (15 years ago) by niro
File size: 1039 byte(s)
auto added: ver bump to 1.1.8-r1
1 niro 1610 # $Id$
2    
3     PNAME="gpgme"
4     PVER="1.1.8"
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-1.0.5
17     >= dev-libs/pth-2
18     >= app-crypt/gnupg-2.0.11"
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     --with-pth=yes \
41     --with-gpg=/usr/bin/gpg \
42     --with-gpgsm=/usr/bin/gpgsm \
43     || die
44    
45     mmake || die
46     }

Properties

Name Value
svn:keywords Id