]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/gupnp-igd/gupnp-igd.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / gupnp-igd / gupnp-igd.nm
index df9f4a2cea21de340d3a5af4915892ca8288d121..e84c0a65df14a1e8643ad26fe4e6b65840484e00 100644 (file)
@@ -1,48 +1,39 @@
 ###############################################################################
-#                                                                             #
-# 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       = gupnp-igd
-PKG_VER        = 0.1.3
-PKG_REL        = 1
+name       = gupnp-igd
+version    = 0.1.3
+release    = 1
 
-PKG_MAINTAINER = 
-PKG_GROUPS     = System/Libraries
-PKG_URL        = http://www.gupnp.org
-PKG_LICENSE    = LGPL
-PKG_SUMMARY    = gupnp - Internet Gateway device implementation (Microsoft).
+groups     = System/Libraries
+url        = http://www.gupnp.org
+license    = LGPL
+summary    = gupnp - Internet Gateway device implementation (Microsoft).
 
-PKG_BUILD_DEPS+= gssdp-devel gupnp-devel libsoup-devel pkg-config
-
-define PKG_DESCRIPTION
+description
        This is a library to handle Internet Gateway Device port mappings.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.gz
-
-PKG_PACKAGES  += $(PKG_NAME)-devel
-
-CONFIGURE_OPTIONS += \
-        --without-gnome
+end
+
+source_dl  =
+
+build
+       requires
+               gssdp-devel
+               gupnp-devel
+               libsoup-devel
+       end
+
+       configure_options += \
+               --without-gnome
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end