Initial .bep file for autoconf-2.65.

This commit is contained in:
Scott McCreary
2009-11-28 11:11:33 +00:00
parent 22472dfb9f
commit 547d217397

View File

@@ -0,0 +1,16 @@
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
}