8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
445 B
Makefile
15 lines
445 B
Makefile
################################################################################
|
|
#
|
|
# libart
|
|
#
|
|
################################################################################
|
|
|
|
LIBART_VERSION = 2.3.21
|
|
LIBART_SOURCE = libart_lgpl-$(LIBART_VERSION).tar.gz
|
|
LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/
|
|
LIBART_AUTORECONF = YES
|
|
LIBART_INSTALL_STAGING = YES
|
|
LIBART_CONFIG_SCRIPTS = libart2-config
|
|
|
|
$(eval $(autotools-package))
|