]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - gssdp/gssdp.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / gssdp / gssdp.nm
diff --git a/gssdp/gssdp.nm b/gssdp/gssdp.nm
new file mode 100644 (file)
index 0000000..792f872
--- /dev/null
@@ -0,0 +1,36 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = gssdp
+version    = 0.7.0
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.gupnp.org
+license    = LGPL
+summary    = Resource discovery and announcement over SSDP.
+
+description
+       GSSDP implements resource discovery and announcement over SSDP.
+end
+
+source_dl  =
+
+build
+       requires
+               glib2-devel
+               libsoup-devel
+               pkg-config
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end