From 3f5734738320f158bcee8c78d9136ba753d74799 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 26 Jan 2011 00:18:21 +0000 Subject: [PATCH] Updated tar to 1.25, still seems to be some issues with it though. More testing is needed on this one. --- app-arch/tar/tar-1.25.bep | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-arch/tar/tar-1.25.bep diff --git a/app-arch/tar/tar-1.25.bep b/app-arch/tar/tar-1.25.bep new file mode 100644 index 000000000..e3fc98565 --- /dev/null +++ b/app-arch/tar/tar-1.25.bep @@ -0,0 +1,27 @@ +DESCRIPTION="tar saves and restores files from a tape or disk archive." +HOMEPAGE="http://www.gnu.org/software/tar/" +SRC_URI="http://ftp.gnu.org/gnu/tar/tar-1.25.tar.bz2" +CHECKSUM_MD5="6e497f861c77bbba2f7da4e10270995b" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +BUILD { + cd tar-1.25 + ./configure --prefix=/boot/common \ + LDFLAGS="-lnetwork" \ + FORCE_UNSAFE_CONFIGURE=1 + make +} + +INSTALL { + cd tar-1.25 + make install +} + +TEST { + cd tar-1.24 + make check +} + +LICENSE="GNU GPL v3" +COPYRIGHT="1990-2010 Free Software Foundation, Inc."