From a3207160cc4b3982888f82ea784af00ce137d990 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 21 Aug 2008 06:43:20 +0000 Subject: [PATCH] sharutils builds fine now, adding initial bep file --- app-arch/sharutils/sharutils-4.6.3.bep | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-arch/sharutils/sharutils-4.6.3.bep diff --git a/app-arch/sharutils/sharutils-4.6.3.bep b/app-arch/sharutils/sharutils-4.6.3.bep new file mode 100644 index 000000000..d97a68561 --- /dev/null +++ b/app-arch/sharutils/sharutils-4.6.3.bep @@ -0,0 +1,18 @@ +DESCRIPTION="sharutils" +HOMEPAGE="http://www.gzip.org/" +SRC_URI="ftp://ftp.gnu.org/gnu/sharutils/REL-4.6.3/sharutils-4.6.3.tar.gz" +REVISION="1" +STATUS_R5="untested" +STATUS_BONE="untested" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd sharutils-4.6.3 + ./configure --prefix=/boot/home/common + make +} + +INSTALL { + cd sharutils-4.6.3 + make install +}