mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for libtool-2.2.6
This commit is contained in:
18
sys-devel/libtool/libtool-2.2.6.bep
Normal file
18
sys-devel/libtool/libtool-2.2.6.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user