]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libcroco/libcroco.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libcroco / libcroco.nm
diff --git a/libcroco/libcroco.nm b/libcroco/libcroco.nm
deleted file mode 100644 (file)
index 8b5cb5d..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# 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
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end