void-packages/srcpkgs/libcroco/template
2011-11-15 09:20:47 +01:00

21 lines
787 B
Plaintext

# Template build file for 'libcroco'.
pkgname=libcroco
version=0.6.3
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1
long_desc="
The Libcroco project is a generic Cascading Style Sheet (CSS)
parsing and manipulation toolkit. It provides a Simple Api for CSS
and Cascading Style Sheet Object Model parser, a CSS2 selection
engine, and an XML/CSS layout/rendering engine."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build libxml2-devel