From e3afe2298e821d7f5860128720e665d8fb3bd641 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Thu, 23 Feb 2006 15:26:10 +0000 Subject: create branch for 2.2 --- cpio/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cpio/Pkgfile (limited to 'cpio/Pkgfile') diff --git a/cpio/Pkgfile b/cpio/Pkgfile new file mode 100644 index 00000000..69038141 --- /dev/null +++ b/cpio/Pkgfile @@ -0,0 +1,20 @@ +# Description: A tool to copy files into or out of a cpio or tar archive +# URL: http://www.gnu.org/software/cpio/ +# Maintainer: Per Lidén + +name=cpio +version=2.6 +release=2 +source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.bz2 \ + $name-$version.patch) + +build() { + cd $name-$version + patch -p1 < ../$name-$version.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{share,info,libexec} \ + $PKG/usr/bin/mt \ + $PKG/usr/man/man1/mt.1 +} -- cgit v1.2.3