Magellan Linux

Contents of /trunk/extras/gpgme/gpgme-1.1.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 860 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gpgme/gpgme-1.1.4-r2.smage2,v 1.1 2008/02/14 10:55:48 niro Exp $
2
3 PNAME="gpgme"
4 PVER="1.1.4"
5 PBUILD="r2"
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"
14
15 SDEPEND=">= app-crypt/libgpg-error-1.6
16 >= app-crypt/libassuan-1
17 >= dev-libs/pth-2
18 >= app-crypt/gnupg-2"
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 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --includedir=/usr/include/${PNAME} \
36 --with-pth=yes \
37 --with-gpg=/usr/bin/gpg \
38 --with-gpgsm=/usr/bin/gpgsm \
39 || die
40
41 mmake || die
42 }

Properties

Name Value
svn:keywords Id