]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/cpio/cpio.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / cpio / cpio.nm
index b0aa1f56e94dcd4ab96e0133ab294dcc07d20a29..53c3d42c606d1b6575f333e6cf43565a775dffeb 100644 (file)
@@ -1,54 +1,40 @@
 ###############################################################################
-#                                                                             #
-# 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       = cpio
-PKG_VER        = 2.10
-PKG_REL        = 0
+name       = cpio
+version    = 2.10
+release    = 1
 
-PKG_MAINTAINER =
-PKG_GROUPS     = System/Packaging
-PKG_URL        = http://www.gnu.org/software/cpio/
-PKG_LICENSE    = GPLv3+
-PKG_SUMMARY    = A GNU archiving program.
+groups     = System/Packaging
+url        = http://www.gnu.org/software/cpio/
+license    = GPLv3+
+summary    = A GNU archiving program.
 
-define PKG_DESCRIPTION
+description
        GNU cpio copies files into or out of a cpio or tar archive. Archives \
        are files which contain a collection of other files plus information \
        about them, such as their file name, owner, timestamps, and access \
        permissions. The archive can be another file on the disk, a magnetic \
        tape, or a pipe.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.bz2
-
-CONFIGURE_OPTIONS += \
-       --bindir=/bin \
-       --libexecdir=/tmp \
-       --with-rmt=/usr/sbin/rmt
-
-define STAGE_TEST
-        cd $(DIR_APP) && make check
-endef
+end
+
+source_dl  = http://ftp.gnu.org/gnu/cpio/
+sources    = %{thisapp}.tar.bz2
+
+build
+       configure_options += \
+               --bindir=/bin \
+               --libexecdir=/tmp \
+               --with-rmt=/usr/sbin/rmt
+
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+       end
+end