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