From: Stefan Schantl Date: Thu, 3 Nov 2011 21:10:58 +0000 (+0100) Subject: libcroco: New package. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d7544babba6f6153707b52dbe76a9c5334204b9;p=people%2Famarx%2Fipfire-3.x.git libcroco: New package. libcroco is a dependency of librsvg2. --- diff --git a/libcroco/libcroco.nm b/libcroco/libcroco.nm new file mode 100644 index 000000000..4b775ba6a --- /dev/null +++ b/libcroco/libcroco.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libcroco +version = 0.6.2 +major_ver = 0.6 +release = 1 + +groups = System/Libraries +url = +license = LGPLv2+ +summary = A CSS2 parsing library. + +description + libcroco is a CSS2 parsing and manipulation library. +end + +source_dl = http://download.gnome.org/sources/%{name}/%{major_ver}/ + +build + requires + glib2-devel + libxml2-devel + end + + configure_options += \ + --disable-static + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end +end