# Description: generic Cascading Style Sheet parsing and manipulation toolkit # URL: http://www.freespiders.org/projects/libcroco/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: libxml2, pango # Group: gnome/desktop name=libcroco version=0.6.1 release=1 source=(http://download.gnome.org/sources/$name/0.6/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install ln -s libcroco-0.6.la $PKG/usr/lib/libcroco.la }