# Description: Librairie libcroco très utile pour CSS API
# URL: http://ftp.gnome.org/pub/gnome/sources/libcroco/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libxml2
# Run on: libxml2

name=libcroco
version=0.6.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/0.6/$name-$version.tar.gz)


build() {
cd $name-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}