opt/libart_lgpl/Pkgfile

15 lines
355 B
Plaintext
Raw Normal View History

2006-10-10 05:31:02 +02:00
# Description: A library for high-performance 2D graphics
# URL: http://www.levien.com/libart/
2008-01-30 21:28:08 +01:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01: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
}