extra/libart-lgpl: new aport

A library for high-performance 2D graphics
http://www.levien.com/libart/
This commit is contained in:
Natanael Copa 2009-02-17 15:43:52 +00:00
parent f2cf05a313
commit 715d54b29c

View File

@ -0,0 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libart-lgpl
pkgver=2.3.20
pkgrel=0
pkgdesc="A library for high-performance 2D graphics"
url="http://www.levien.com/libart/"
license="LGPL"
depends="uclibc"
subpackages="$pkgname-dev"
source="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-$pkgver.tar.bz2
"
build() {
cd "$srcdir"/libart_lgpl-$pkgver
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="d0ce67f2ebcef1e51a83136c69242a73 libart_lgpl-2.3.20.tar.bz2"