]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - cpio/cpio.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / cpio / cpio.nm
diff --git a/cpio/cpio.nm b/cpio/cpio.nm
new file mode 100644 (file)
index 0000000..53c3d42
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = cpio
+version    = 2.10
+release    = 1
+
+groups     = System/Packaging
+url        = http://www.gnu.org/software/cpio/
+license    = GPLv3+
+summary    = A GNU archiving program.
+
+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.
+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