]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/gdb/gdb.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / gdb / gdb.nm
index 1f1368021fb5d04c69eecf9f6c17be1f9c6b0b04..f09032ecf3bf2ce78438270cb2082953d35f4d49 100644 (file)
@@ -1,52 +1,44 @@
 ###############################################################################
-#                                                                             #
-# 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       = gdb
-PKG_VER        = 7.2
-PKG_REL        = 0
+name       = gdb
+version    = 7.2
+release    = 1
 
-PKG_MAINTAINER = 
-PKG_GROUPS     = Development/Debuggers
-PKG_URL        = http://gnu.org/software/gdb/
-PKG_LICENSE    = GPLv3+
-PKG_SUMMARY    = A GNU source-level debugger for C, C++, Java and other languages.
+groups     = Development/Debuggers
+url        = http://gnu.org/software/gdb/
+license    = GPLv3+
+summary    = A GNU source-level debugger for C, C++, Java and other languages.
 
-PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
-
-PKG_BUILD_DEPS+= ncurses-devel readline-devel zlib-devel
-PKG_DEPS      += python
-
-define PKG_DESCRIPTION
+description
        GDB, the GNU debugger, allows you to debug programs written in C, C++, \
        Java, and other languages, by executing them in a controlled fashion \
        and printing their data.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.bz2
-
-CONFIGURE_OPTIONS += \
-       --mandir=/usr/share/man \
-        --disable-werror
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               ncurses-devel
+               readline-devel
+               zlib-devel
+       end
+
+       configure_options += \
+               --mandir=/usr/share/man \
+               --disable-werror
+end
+
+packages
+       package %{name}
+               requires = python
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end