libtool: added package.
This commit is contained in:
parent
e31403f964
commit
342137c4a7
35
rules/libtool/host.bash
Normal file
35
rules/libtool/host.bash
Normal file
@ -0,0 +1,35 @@
|
||||
version=\
|
||||
(
|
||||
'2.4.6'
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
"http://ftpmirror.gnu.org/libtool/libtool-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
'addf44b646ddb4e3919805aa88fa7c5e'
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
"Ricardo Martins <rasm@oceanscan-mst.com>"
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
"../libtool-$version/configure" \
|
||||
--prefix="$cfg_dir_toolchain"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
Reference in New Issue
Block a user