Imported sources from subversion.
This commit is contained in:
40
packages/autoconf/host.bash
Normal file
40
packages/autoconf/host.bash
Normal file
@@ -0,0 +1,40 @@
|
||||
version=\
|
||||
(
|
||||
'2.69'
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
"http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
"82d05e03b93e45f5a39b828dc9c6c29b"
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
"Ricardo Martins <rasm@fe.up.pt>"
|
||||
)
|
||||
|
||||
requires=\
|
||||
(
|
||||
'm4/host'
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
"../autoconf-$version/configure" \
|
||||
--prefix="$cfg_dir_toolchain"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
Reference in New Issue
Block a user