]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
librsvg2: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 21:12:35 +0000 (22:12 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 3 Nov 2011 21:12:35 +0000 (22:12 +0100)
librsvg2/librsvg2.nm [new file with mode: 0644]

diff --git a/librsvg2/librsvg2.nm b/librsvg2/librsvg2.nm
new file mode 100644 (file)
index 0000000..92f6ea5
--- /dev/null
@@ -0,0 +1,46 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = librsvg2
+version    = 2.34.1
+major_ver  = 2.34
+release    = 1
+
+groups     = System/Libraries
+url        = 
+license    = LGPLv2+
+summary    = A SVG library based on cairo.
+
+description
+       librsvg is a SVG library based on cairo.
+end
+
+thisapp    = librsvg-%{version}
+
+source_dl  = http://download.gnome.org/sources/librsvg/%{major_ver}/
+sources    = %{thisapp}.tar.xz
+
+build
+       requires
+               cairo-devel
+               gdk-pixbuf2-devel
+               glib2-devel
+               libcroco-devel
+               libxml2-devel
+               pango-devel
+       end
+
+       configure_options += \
+               --disable-static \
+               --disable-gtk-theme
+end
+
+packages
+       package %{name}
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end