5ff6989445
libgpg-error installs a gpg-error-config script, but it wasn't fixed up properly. Use the <pkg>_CONFIG_SCRIPTS to handle this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
418 B
Makefile
15 lines
418 B
Makefile
#############################################################
|
|
#
|
|
# libgpg-error
|
|
#
|
|
#############################################################
|
|
|
|
LIBGPG_ERROR_VERSION = 1.10
|
|
LIBGPG_ERROR_SITE = ftp://ftp.gnupg.org/gcrypt/libgpg-error
|
|
LIBGPG_ERROR_LICENSE = LGPLv2.1+
|
|
LIBGPG_ERROR_LICENSE_FILES = COPYING.LIB
|
|
LIBGPG_ERROR_INSTALL_STAGING = YES
|
|
LIBGPG_ERROR_CONFIG_SCRIPTS = gpg-error-config
|
|
|
|
$(eval $(autotools-package))
|