Initial .bep file for libtool-2.2.6

This commit is contained in:
Scott McCreary
2009-10-20 23:47:07 +00:00
parent 9809e52054
commit 020e2116ce
2 changed files with 18 additions and 0 deletions

View File

@@ -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
}