libassuan: added 0.6.9 (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3994 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-14 09:57:10 +00:00
parent e210441666
commit 1fe96696cb
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
LICENSE = "GPL"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz"
inherit autotools binconfig
do_stage() {
autotools_stage_includes
install -d ${STAGING_LIBDIR}
oe_libinstall -C src -a libassuan ${STAGING_LIBDIR}
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 src/libassuan.m4 ${STAGING_DATADIR}/aclocal/
}