From cea470d7db7c6a7c4992f6ce518d8d1f90776b8d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 16 Nov 2009 23:43:10 +0000 Subject: [PATCH] Initial .bep file for libtool-2.2.6b --- sys-devel/libtool/libtool-2.2.6b.bep | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys-devel/libtool/libtool-2.2.6b.bep diff --git a/sys-devel/libtool/libtool-2.2.6b.bep b/sys-devel/libtool/libtool-2.2.6b.bep new file mode 100644 index 000000000..3ad844b37 --- /dev/null +++ b/sys-devel/libtool/libtool-2.2.6b.bep @@ -0,0 +1,18 @@ +DESCRIPTION="libtool - a generic library support script" +HOMEPAGE="http://www.gnu.org/software/libtool" +SRC_URI="http://ftp.gnu.org/gnu/libtool/libtool-2.2.6b.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd libtool-2.2.6b + ./bootstrap + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libtool-2.2.6b + make install + make check +}