gperf: added package.
This commit is contained in:
parent
8e51b2b405
commit
b48bc59ee4
34
rules/gperf/host.bash
Normal file
34
rules/gperf/host.bash
Normal file
@ -0,0 +1,34 @@
|
||||
version=\
|
||||
(
|
||||
'3.0.4'
|
||||
)
|
||||
url=\
|
||||
(
|
||||
"http://ftp.gnu.org/pub/gnu/gperf/gperf-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
'c1f1db32fb6598d6a93e6e88796a8632'
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
'Ricardo Martins <rasm@oceanscan-mst.com>'
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
"../gperf-$version/configure" \
|
||||
--prefix="$cfg_dir_toolchain"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
Reference in New Issue
Block a user