void-packages/srcpkgs/libcroco/template

20 lines
781 B
Text
Raw Normal View History

# Template build file for 'libcroco'.
pkgname=libcroco
2012-10-16 07:01:57 +00:00
version=0.6.7
2012-09-18 07:33:08 +00:00
revision=1
2012-10-16 07:01:57 +00:00
subpackages="$pkgname-devel"
build_style=gnu-configure
2012-03-26 15:50:32 +00:00
configure_args="--disable-static"
makedepends="pkg-config glib-devel libxml2-devel"
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-11-15 08:20:47 +00:00
license="LGPL-2.1"
2012-09-18 07:33:08 +00:00
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
2012-10-16 07:01:57 +00:00
checksum=892b8a7e311b80d0a5a633b8204fed5656d7af20e884719e5ec6e340e1f0cd88
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."