]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/gssdp/gssdp.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / gssdp / gssdp.nm
index 0bddc82337489c56ce40aac3e122d0d00fb9c2d1..792f8720a714e41a4bc959ff0d69ab4d50262e6e 100644 (file)
@@ -1,45 +1,36 @@
 ###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
-
-PKG_NAME       = gssdp
-PKG_VER        = 0.7.0
-PKG_REL        = 0
+name       = gssdp
+version    = 0.7.0
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Libraries
-PKG_URL        = http://www.gupnp.org
-PKG_LICENSE    = LGPL
-PKG_SUMMARY    = Resource discovery and announcement over SSDP.
+groups     = System/Libraries
+url        = http://www.gupnp.org
+license    = LGPL
+summary    = Resource discovery and announcement over SSDP.
 
-PKG_BUILD_DEPS+= glib2-devel libsoup-devel pkg-config
-
-define PKG_DESCRIPTION
+description
        GSSDP implements resource discovery and announcement over SSDP.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-PKG_PACKAGES  += $(PKG_NAME)-devel
+end
+
+source_dl  =
+
+build
+       requires
+               glib2-devel
+               libsoup-devel
+               pkg-config
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end