kumquat-buildroot/package/libart/libart.mk

15 lines
445 B
Makefile
Raw Normal View History

################################################################################
2008-04-11 13:31:40 +02:00
#
# libart
#
################################################################################
2008-04-11 13:31:40 +02:00
LIBART_VERSION = 2.3.21
2008-04-11 13:31:40 +02:00
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
2008-04-11 13:31:40 +02:00
$(eval $(autotools-package))