From 020e2116cec862338e16f9c4fa156df9cef431ab Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 20 Oct 2009 23:47:07 +0000 Subject: [PATCH] Initial .bep file for libtool-2.2.6 --- sys-devel/libtool/libtool-2.2.6.bep | 18 ++++++++++++++++++ .../libtool-2.2.6.patch} | 0 2 files changed, 18 insertions(+) create mode 100644 sys-devel/libtool/libtool-2.2.6.bep rename sys-devel/libtool/{libtool-2.2.6a-haiku.diff => patches/libtool-2.2.6.patch} (100%) diff --git a/sys-devel/libtool/libtool-2.2.6.bep b/sys-devel/libtool/libtool-2.2.6.bep new file mode 100644 index 000000000..82f36281c --- /dev/null +++ b/sys-devel/libtool/libtool-2.2.6.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.6a.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd libtool-2.2.6 + ./bootstrap + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libtool-2.2.6 + make install + make check +} diff --git a/sys-devel/libtool/libtool-2.2.6a-haiku.diff b/sys-devel/libtool/patches/libtool-2.2.6.patch similarity index 100% rename from sys-devel/libtool/libtool-2.2.6a-haiku.diff rename to sys-devel/libtool/patches/libtool-2.2.6.patch