]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libcroco: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 21:10:58 +0000 (22:10 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 21:10:58 +0000 (22:10 +0100)
libcroco is a dependency of librsvg2.

libcroco/libcroco.nm [new file with mode: 0644]

diff --git a/libcroco/libcroco.nm b/libcroco/libcroco.nm
new file mode 100644 (file)
index 0000000..4b775ba
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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