Files
haikuports/sys-devel/libtool/libtool-2.2.8.recipe
2015-08-04 12:08:31 -04:00

29 lines
507 B
Bash

DESCRIPTION="libtool - a generic library support script"
HOMEPAGE="http://www.gnu.org/software/libtool"
SOURCE_URI="ftp://ftp.gnu.org/gnu/libtool/libtool-2.2.8.tar.gz"
CHECKSUM_MD5="cad2a7188242bc8dbab0645532ae3d6f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libtool-2.2.8
./bootstrap
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libtool-2.2.8
make install
}
TEST()
{
make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2004-2010 Free Software Foundation, Inc."