16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
|
# Description: A library for high-performance 2D graphics.
|
||
|
# URL: http://www.levien.com/libart/
|
||
|
# Packager: fanch at nutyx dot org
|
||
|
|
||
|
name=libart_lgpl
|
||
|
version=2.3.21
|
||
|
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
|
||
|
}
|
||
|
|