kumquat-buildroot/package/libgpg-error/libgpg-error.mk
cmchao 9155a9cfa0 libgpg-error : convert to autotools infrastructure & bump to 1.8
Changes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

 * Installation to target is the default

Signed-off-by: cmchao <cmchao@gmail.com>
2010-06-24 13:51:11 +02:00

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))