Imported sources from subversion.

This commit is contained in:
Ricardo Martins
2013-07-13 17:19:22 +01:00
commit 12d63d1569
455 changed files with 69857 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
source $PKG_COMMON
# We need to build it once on our host system in order to create the "protoc" file used by the second step.
configure()
{
mkdir -p $pkg_build_dir/glued_host
./configure --prefix=$pkg_build_dir/glued_host
}
build()
{
$cmd_make
$cmd_make check
}
host_install()
{
$cmd_make install
$cmd_make distclean
}