blob: 0aad819215f42d09ae816c1a50ca815ef7b222d8 (
plain)
1 # Description: A library for high-performance 2D graphics
2 # URL: http://www.levien.com/libart/
3 # Maintainer: Matt Housh, jaeger at crux dot nu
4
5 name=libart_lgpl
6 version=2.3.17
7 release=1
8 source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.3/$name-$version.tar.bz2)
9 build(){
10 cd $name-$version
11 ./configure --prefix=/usr
12 make
13 make DESTDIR=$PKG install
14 }
|