# Maintainer: Natanael Copa pkgname=libart-lgpl pkgver=2.3.21 pkgrel=5 pkgdesc="A library for high-performance 2D graphics" url="http://www.levien.com/libart/" arch="all" license="LGPL" depends= makedepends= subpackages="$pkgname-dev" source="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-$pkgver.tar.bz2 " _builddir="$srcdir"/libart_lgpl-$pkgver prepare() { cd "$_builddir" update_config_sub || return 1 } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } sha512sums="8a632a6a4da59e5e8c02ec2f5a57e36d182b325b46513765425e5f171ff9ae326af1b133725beba28f7e76654309e001aee9bace727b5b4c8589405256a3c020 libart_lgpl-2.3.21.tar.bz2"