From e1c5d67e8fde866b8a179a542c923d2661721b54 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 18 Oct 2009 21:58:17 +0000 Subject: [PATCH] Initial .bep file for bzip-1.0.5 --- app-arch/bzip2/bzip2-1.0.5.bep | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app-arch/bzip2/bzip2-1.0.5.bep diff --git a/app-arch/bzip2/bzip2-1.0.5.bep b/app-arch/bzip2/bzip2-1.0.5.bep new file mode 100644 index 000000000..27a8b5d78 --- /dev/null +++ b/app-arch/bzip2/bzip2-1.0.5.bep @@ -0,0 +1,15 @@ +DESCRIPTION="bzip2" +HOMEPAGE="http://www.bzip.org/" +SRC_URI="http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd bzip2-1.0.5 + make +} + +INSTALL { + cd bzip2-1.0.5 + make install PREFIX=/boot/common +}