b767b8d1ab
The libart package had a couple of typos so it never really installed to staging. So fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
382 B
Makefile
14 lines
382 B
Makefile
#############################################################
|
|
#
|
|
# 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_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,libart))
|