]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/strace/strace.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / strace / strace.nm
index 12f635174d14782f0ecba2ee80424c3a86b25b95..5497a556c6c15894c3fdd198602b8701a3569692 100644 (file)
@@ -1,47 +1,34 @@
 ###############################################################################
-#                                                                             #
-# 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
+name       = strace
+version    = 4.5.19
+release    = 1
 
-PKG_NAME       = strace
-PKG_VER        = 4.5.19
-PKG_REL        = 0
+groups     = Development/Debuggers
+url        = http://sourceforge.net/projects/strace/
+license    = BSD
+summary    = Tracks and displays system calls associated with a running process.
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Development/Debuggers
-PKG_URL        = http://sourceforge.net/projects/strace/
-PKG_LICENSE    = BSD
-PKG_SUMMARY    = Tracks and displays system calls associated with a running process.
-
-define PKG_DESCRIPTION
+description
        The strace program intercepts and records the system calls called and \
        received by a running process.  Strace can print a record of each \
        system call, its arguments and its return value. Strace is useful \
        for diagnosing problems and debugging, as well as for instructional \
        purposes.
-endef
+end
+
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
+sources    = %{thisapp}.tar.bz2
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+build
+       configure_options += \
+               --mandir=/usr/share/man
+end
 
-CONFIGURE_OPTIONS += --mandir=/usr/share/man
+packages
+       package %{name}
+       end
+end