Files
haikuports/sys-devel/autoconf/autoconf-2.65.bep
2009-11-28 11:11:33 +00:00

17 lines
337 B
Plaintext

DESCRIPTION="autoconf - Used to create autoconfiguration files"
HOMEPAGE="http://www.gnu.org/software/autoconf/"
SRC_URI="http://ftp.gnu.org/gnu/autoconf/autoconf-2.65.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd autoconf-2.65
./configure --prefix=/boot/common
make
}
INSTALL {
cd autoconf-2.65
make install
}