mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Initial .bep file for autoconf-2.65.
This commit is contained in:
16
sys-devel/autoconf/autoconf-2.65.bep
Normal file
16
sys-devel/autoconf/autoconf-2.65.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user