2006-10-10 03:31:02 +00:00
|
|
|
# Description: A library for high-performance 2D graphics
|
|
|
|
# URL: http://www.levien.com/libart/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=libart_lgpl
|
|
|
|
version=2.3.17
|
|
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.3/$name-$version.tar.bz2)
|
|
|
|
build(){
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|