# libart, ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/

name=libart_lgpl
version=2.3.20
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/$name-$version.tar.bz2)

build() {
    cd $name-$version
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--disable-nls
    make
    make DESTDIR=$PKG install
}
