9155a9cfa0
Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * Installation to target is the default Signed-off-by: cmchao <cmchao@gmail.com>
14 lines
421 B
Makefile
14 lines
421 B
Makefile
#############################################################
|
|
#
|
|
# libgpg-error
|
|
#
|
|
#############################################################
|
|
LIBGPG_ERROR_VERSION:=1.8
|
|
LIBGPG_ERROR_SOURCE:=libgpg-error-$(LIBGPG_ERROR_VERSION).tar.bz2
|
|
LIBGPG_ERROR_SITE:=ftp://gd.tuwien.ac.at/privacy/gnupg/libgpg-error
|
|
|
|
LIBGPG_ERROR_LIBTOOL_PATCH = NO
|
|
LIBGPG_ERROR_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,libgpg-error))
|