blob: 47ff59ef741262ae967e989e639ae83af15ad59d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#############################################################
#
# libart
#
#############################################################
LIBART_VERSION = 2.3.20
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_STAGING = YES
LIBART_TARGET = YES
$(eval $(call AUTOTARGETS,package,libart))
|