pkg-config: Added flag to use bundled libraries.

This commit is contained in:
Jose Pinto 2015-06-26 12:03:50 +01:00
parent 78ddba34e6
commit 7312395055
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
version=\
(
"0.28"
)
url=\
(
"http://pkgconfig.freedesktop.org/releases/pkg-config-$version.tar.gz"
)
md5=\
(
"aa3c86e67551adc3ac865160e34a2a0d"
)
maintainer=\
(
"Ricardo Martins <rasm@fe.up.pt>"
)
configure()
{
./configure \
--prefix="${cfg_dir_toolchain}" \
--disable-shared \
--enable-static \
--with-internal-glib
}
build()
{
$cmd_make
}
host_install()
{
$cmd_make install
}