summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-14 09:34:33 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-14 09:34:33 +0000
commit3f659983bff5002f1e61f75a4cdf13ee9c2575d1 (patch)
tree0e832a7e1eb8e43fb25e317a797221074c27d330 /meta
parent11ca8a4dd9e0882bdfeeebc81518245ab27f6cb9 (diff)
downloadpoky-3f659983bff5002f1e61f75a4cdf13ee9c2575d1.tar.gz
gpgme: added 1.1.4 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3992 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
new file mode 100644
index 0000000000..d78cc88cef
--- /dev/null
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -0,0 +1,22 @@
1LICENSE = "GPL"
2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
3PR = "r1"
4
5DEPENDS = "libgpg-error pth libassuan"
6
7EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test --with-gpg=${bindir}/gpg --without-gpgsm"
8
9inherit autotools binconfig
10
11do_stage() {
12 autotools_stage_includes
13
14 install -d ${STAGING_LIBDIR}
15 oe_libinstall -C gpgme -so libgpgme ${STAGING_LIBDIR}
16 oe_libinstall -C gpgme -so libgpgme-pth ${STAGING_LIBDIR}
17 oe_libinstall -C gpgme -so libgpgme-pthread ${STAGING_LIBDIR}
18
19 install -d ${STAGING_DATADIR}/aclocal
20 install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/
21}
22