From ada1dd368f6fa5081654deb1d62ba6f3a9f26093 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 07:45:14 +0100 Subject: Recette de GNU cpio ajoutée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gcpio/Pkgfile.old | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gcpio/Pkgfile.old (limited to 'gcpio/Pkgfile.old') diff --git a/gcpio/Pkgfile.old b/gcpio/Pkgfile.old new file mode 100644 index 0000000..cae5a65 --- /dev/null +++ b/gcpio/Pkgfile.old @@ -0,0 +1,19 @@ +# Description: A tool to copy files into or out of a cpio or tar archive +# URL: http://www.gnu.org/software/cpio/ +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=cpio +version=2.11 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --disable-nls + make + make DESTDIR=$PKG install + rm -r $PKG/usr/{share,libexec} + rm $PKG/usr/man/man1/mt.1 +} -- cgit v1.2.3-54-g00ecf