summaryrefslogtreecommitdiff
path: root/libgpg-error/libgpg-error_0.6.oe
blob: 5fbe171af3480a7e3d1a9c61eecd4078e17c0654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
RDEPENDS = "libc6"
DEPENDS = "virtual/libc"

SRC_URI = ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${PN}-${PV}.tar.gz

inherit autotools libtool

do_stage() {
	oe_soinstall src/.libs/libgpg-error.so.0.1.1 ${STAGING_LIBDIR}/
	install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/

	install -d ${STAGING_INCDIR}/
	for X in gpg-error.h
	do
		install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
	done

}