aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hugs
AgeCommit message (Expand)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
/a> 10 11 12 13 14 15 16 17 18 19 20
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"

DEPENDS += "virtual/libiconv"
DEPENDS_virtclass-native = ""

SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \
	   file://pkgconfig.patch;patch=1"

INC_PR = "r7"

# move libgpg-error-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}/*"

inherit autotools binconfig pkgconfig gettext

BBCLASSEXTEND = "native"