gperf: added package.

This commit is contained in:
Ricardo Martins 2015-09-28 16:09:19 +01:00
parent 8e51b2b405
commit b48bc59ee4
1 changed files with 34 additions and 0 deletions

34
rules/gperf/host.bash Normal file
View 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
}